#8EE4CC

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

Shades of Riptide #8EE4CC

Tints of Riptide #8EE4CC

Color information

#8EE4CC (or 0x8EE4CC) is unknown color: approx Riptide. HEX triplet: 8E, E4 and CC. RGB value is (142,228,204). Sum of RGB (Red+Green+Blue) = 142+228+204=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE4CC is #711B33. Grayscale: #C7C7C7. Windows color (decimal): -7412532 or 13427854. OLE color: 13427854.

HSL color Cylindrical-coordinate representation of color #8EE4CC: hue angle of 163.26º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE4CC is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB142228204-
CMYK0.3800.110.11
HSL163.26º61.43%72.55%-
HSV(B)163.26º37.72%89.41%-
XYZ49.865.667.16-
YUV199.55130.5186.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.74%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=24.74%
G=39.72%
B=35.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422282040.3800.110.11163.2661.4372.55
Hex8EE4CC260BBa33d49
Octal216344314460131324375111
Binary100011101110010011001100100110010111011101000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,228,204); }

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

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

 a { background-color: rgb(142,228,204); }

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

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

 span { border-color: rgb(142,228,204); }

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