#8CD5CD

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

Shades of Riptide #8CD5CD

Tints of Riptide #8CD5CD

Color information

#8CD5CD (or 0x8CD5CD) is unknown color: approx Riptide. HEX triplet: 8C, D5 and CD. RGB value is (140,213,205). Sum of RGB (Red+Green+Blue) = 140+213+205=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD5CD is #732A32. Grayscale: #BEBEBE. Windows color (decimal): -7547443 or 13489548. OLE color: 13489548.

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

Color convert

RGB140213205-
CMYK0.3400.040.16
HSL173.42º46.5%69.22%-
HSV(B)173.42º34.27%83.53%-
XYZ45.6357.5766.47-
YUV190.26136.3292.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.09%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=25.09%
G=38.17%
B=36.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402132050.3400.040.16173.4246.569.22
Hex8CD5CD220410ad2e45
Octal21432531542042025556105
Binary100011001101010111001101100010010010000101011011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,205); }

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

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

 a { background-color: rgb(140,213,205); }

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

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

 span { border-color: rgb(140,213,205); }

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