#8CD4CB

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

Shades of Riptide #8CD4CB

Tints of Riptide #8CD4CB

Color information

#8CD4CB (or 0x8CD4CB) is unknown color: approx Riptide. HEX triplet: 8C, D4 and CB. RGB value is (140,212,203). Sum of RGB (Red+Green+Blue) = 140+212+203=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD4CB is #732B34. Grayscale: #BDBDBD. Windows color (decimal): -7547701 or 13358220. OLE color: 13358220.

HSL color Cylindrical-coordinate representation of color #8CD4CB: hue angle of 172.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD4CB is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB140212203-
CMYK0.3400.040.17
HSL172.5º45.57%69.02%-
HSV(B)172.5º33.96%83.14%-
XYZ45.1456.9765.12-
YUV189.45135.6592.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.23%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=25.23%
G=38.20%
B=36.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402122030.3400.040.17172.545.5769.02
Hex8CD4CB220411ac2e45
Octal21432431342042125456105
Binary100011001101010011001011100010010010001101011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,203); }

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

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

 a { background-color: rgb(140,212,203); }

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

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

 span { border-color: rgb(140,212,203); }

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