#8EECDA

Color #8EECDA Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #8EECDA

Tints of Riptide #8EECDA

Color information

#8EECDA (or 0x8EECDA) is unknown color: approx Riptide. HEX triplet: 8E, EC and DA. RGB value is (142,236,218). Sum of RGB (Red+Green+Blue) = 142+236+218=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECDA is #711325. Grayscale: #CDCDCD. Windows color (decimal): -7410470 or 14347406. OLE color: 14347406.

HSL color Cylindrical-coordinate representation of color #8EECDA: hue angle of 168.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECDA is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB142236218-
CMYK0.4000.080.07
HSL168.51º71.21%74.12%-
HSV(B)168.51º39.83%92.55%-
XYZ53.8170.877.16-
YUV205.84134.8682.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 23.83%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=23.83%
G=39.60%
B=36.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422362180.4000.080.07168.5171.2174.12
Hex8EECDA28087a9474a
Octal216354332500107251107112
Binary100011101110110011011010101000010001111010100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EECDA; }

 p { color: rgb(142,236,218); }

 H1.HeaderClassName
 {
   color: #8EECDA;
 }
 .AnyTagClassName
 {
   color: #8EECDA;
 }
</style>
background-color css

<style>
 a { background-color: #8EECDA; }

 a { background-color: rgb(142,236,218); }

 div.DivClassName
 {
   background-color: #8EECDA;
 }
 .BgClassName
 {
   background-color: #8EECDA;
 }
</style>
border-color css

<style>
 span { border-color: #8EECDA; }

 span { border-color: rgb(142,236,218); }

 td.TdClassName
 {
   border-color: #8EECDA;
 }
 .TagClassName
 {
   border-color: #8EECDA;
 }
</style>