#8CD2CE

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

Shades of Riptide #8CD2CE

Tints of Riptide #8CD2CE

Color information

#8CD2CE (or 0x8CD2CE) is unknown color: approx Riptide. HEX triplet: 8C, D2 and CE. RGB value is (140,210,206). Sum of RGB (Red+Green+Blue) = 140+210+206=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD2CE is #732D31. Grayscale: #BCBCBC. Windows color (decimal): -7548210 or 13554316. OLE color: 13554316.

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

Color convert

RGB140210206-
CMYK0.3300.020.18
HSL176.57º43.75%68.63%-
HSV(B)176.57º33.33%82.35%-
XYZ4556.1266.85-
YUV188.61137.8193.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.18%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=25.18%
G=37.77%
B=37.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402102060.3300.020.18176.5743.7568.63
Hex8CD2CE210212b12c45
Octal21432231641022226154105
Binary10001100110100101100111010000101010010101100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,206); }

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

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

 a { background-color: rgb(140,210,206); }

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

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

 span { border-color: rgb(140,210,206); }

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