#8cd8cb

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

Shades of Riptide #8CD8CB

Tints of Riptide #8CD8CB

Color information

#8CD8CB (or 0x8CD8CB) is unknown color: approx Riptide. HEX triplet: 8C, D8 and CB. RGB value is (140,216,203). Sum of RGB (Red+Green+Blue) = 140+216+203=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD8CB is #732734. Grayscale: #BFBFBF. Windows color (decimal): -7546677 or 13359244. OLE color: 13359244.

HSL color Cylindrical-coordinate representation of color #8CD8CB: hue angle of 169.74º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD8CB is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB140216203-
CMYK0.3500.060.15
HSL169.74º49.35%69.8%-
HSV(B)169.74º35.19%84.71%-
XYZ46.155965.46-
YUV191.79134.3291.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.04%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=25.04%
G=38.64%
B=36.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402162030.3500.060.15169.7449.3569.8
Hex8CD8CB2306Faa3146
Octal21433031343061725261106
Binary10001100110110001100101110001101101111101010101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cd8cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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