#8CD3CB

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

Shades of Riptide #8CD3CB

Tints of Riptide #8CD3CB

Color information

#8CD3CB (or 0x8CD3CB) is unknown color: approx Riptide. HEX triplet: 8C, D3 and CB. RGB value is (140,211,203). Sum of RGB (Red+Green+Blue) = 140+211+203=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3CB is #732C34. Grayscale: #BCBCBC. Windows color (decimal): -7547957 or 13357964. OLE color: 13357964.

HSL color Cylindrical-coordinate representation of color #8CD3CB: hue angle of 173.24º degrees, saturation: 0.45, 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 #8CD3CB is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB140211203-
CMYK0.3400.040.17
HSL173.24º44.65%68.82%-
HSV(B)173.24º33.65%82.75%-
XYZ44.8956.4865.03-
YUV188.86135.9893.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=25.27%
G=38.09%
B=36.64%

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
Decimal1402112030.3400.040.17173.2444.6568.82
Hex8CD3CB220411ad2d45
Octal21432331342042125555105
Binary100011001101001111001011100010010010001101011011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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