#8CEAC9

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

Shades of Riptide #8CEAC9

Tints of Riptide #8CEAC9

Color information

#8CEAC9 (or 0x8CEAC9) is unknown color: approx Riptide. HEX triplet: 8C, EA and C9. RGB value is (140,234,201). Sum of RGB (Red+Green+Blue) = 140+234+201=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEAC9 is #731536. Grayscale: #CACACA. Windows color (decimal): -7542071 or 13232780. OLE color: 13232780.

HSL color Cylindrical-coordinate representation of color #8CEAC9: hue angle of 158.94º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEAC9 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB140234201-
CMYK0.4000.140.08
HSL158.94º69.12%73.33%-
HSV(B)158.94º40.17%91.76%-
XYZ50.7868.6465.83-
YUV202.13127.3683.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=24.35%
G=40.70%
B=34.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402342010.4000.140.08158.9469.1273.33
Hex8CEAC9280E89f4549
Octal2143523115001610237105111
Binary1000110011101010110010011010000111010001001111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,234,201); }

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

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

 a { background-color: rgb(140,234,201); }

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

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

 span { border-color: rgb(140,234,201); }

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