#8CDDCA

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

Shades of Riptide #8CDDCA

Tints of Riptide #8CDDCA

Color information

#8CDDCA (or 0x8CDDCA) is unknown color: approx Riptide. HEX triplet: 8C, DD and CA. RGB value is (140,221,202). Sum of RGB (Red+Green+Blue) = 140+221+202=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDCA is #732235. Grayscale: #C2C2C2. Windows color (decimal): -7545398 or 13294988. OLE color: 13294988.

HSL color Cylindrical-coordinate representation of color #8CDDCA: hue angle of 165.93º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDCA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB140221202-
CMYK0.3700.090.13
HSL165.93º54.36%70.78%-
HSV(B)165.93º36.65%86.67%-
XYZ47.3361.5565.26-
YUV194.61132.1689.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.87%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=24.87%
G=39.25%
B=35.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402212020.3700.090.13165.9354.3670.78
Hex8CDDCA2509Da63647
Octal214335312450111524666107
Binary100011001101110111001010100101010011101101001101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,202); }

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

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

 a { background-color: rgb(140,221,202); }

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

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

 span { border-color: rgb(140,221,202); }

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