#8EDFC9

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

Shades of Riptide #8EDFC9

Tints of Riptide #8EDFC9

Color information

#8EDFC9 (or 0x8EDFC9) is unknown color: approx Riptide. HEX triplet: 8E, DF and C9. RGB value is (142,223,201). Sum of RGB (Red+Green+Blue) = 142+223+201=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFC9 is #712036. Grayscale: #C4C4C4. Windows color (decimal): -7413815 or 13229966. OLE color: 13229966.

HSL color Cylindrical-coordinate representation of color #8EDFC9: hue angle of 163.7º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFC9 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB142223201-
CMYK0.3600.100.13
HSL163.7º55.86%71.57%-
HSV(B)163.7º36.32%87.45%-
XYZ48.0962.7464.83-
YUV196.27130.6689.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=25.09%
G=39.40%
B=35.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422232010.3600.100.13163.755.8671.57
Hex8EDFC9240ADa43848
Octal216337311440121524470110
Binary100011101101111111001001100100010101101101001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,201); }

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

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

 a { background-color: rgb(142,223,201); }

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

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

 span { border-color: rgb(142,223,201); }

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