#8CD2CD

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

Shades of Riptide #8CD2CD

Tints of Riptide #8CD2CD

Color information

#8CD2CD (or 0x8CD2CD) is unknown color: approx Riptide. HEX triplet: 8C, D2 and CD. RGB value is (140,210,205). Sum of RGB (Red+Green+Blue) = 140+210+205=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD2CD is #732D32. Grayscale: #BCBCBC. Windows color (decimal): -7548211 or 13488780. OLE color: 13488780.

HSL color Cylindrical-coordinate representation of color #8CD2CD: hue angle of 175.71º 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 #8CD2CD is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB140210205-
CMYK0.3300.020.18
HSL175.71º43.75%68.63%-
HSV(B)175.71º33.33%82.35%-
XYZ44.8856.0866.22-
YUV188.5137.3193.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.23%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=25.23%
G=37.84%
B=36.94%

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
Decimal1402102050.3300.020.18175.7143.7568.63
Hex8CD2CD210212b02c45
Octal21432231541022226054105
Binary10001100110100101100110110000101010010101100001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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