#8CD0C9

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

Shades of Riptide #8CD0C9

Tints of Riptide #8CD0C9

Color information

#8CD0C9 (or 0x8CD0C9) is unknown color: approx Riptide. HEX triplet: 8C, D0 and C9. RGB value is (140,208,201). Sum of RGB (Red+Green+Blue) = 140+208+201=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD0C9 is #732F36. Grayscale: #BABABA. Windows color (decimal): -7548727 or 13226124. OLE color: 13226124.

HSL color Cylindrical-coordinate representation of color #8CD0C9: hue angle of 173.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD0C9 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB140208201-
CMYK0.3300.030.18
HSL173.82º41.98%68.24%-
HSV(B)173.82º32.69%81.57%-
XYZ43.9154.963.54-
YUV186.87135.9794.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=25.50%
G=37.89%
B=36.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402082010.3300.030.18173.8241.9868.24
Hex8CD0C9210312ae2a44
Octal21432031141032225652104
Binary10001100110100001100100110000101110010101011101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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