#9CDFCA

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

Shades of Riptide #9CDFCA

Tints of Riptide #9CDFCA

Color information

#9CDFCA (or 0x9CDFCA) is unknown color: approx Riptide. HEX triplet: 9C, DF and CA. RGB value is (156,223,202). Sum of RGB (Red+Green+Blue) = 156+223+202=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFCA is #632035. Grayscale: #C8C8C8. Windows color (decimal): -6496310 or 13295516. OLE color: 13295516.

HSL color Cylindrical-coordinate representation of color #9CDFCA: hue angle of 161.19º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFCA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB156223202-
CMYK0.3000.090.13
HSL161.19º51.15%74.31%-
HSV(B)161.19º30.04%87.45%-
XYZ50.7664.1165.58-
YUV200.57128.896.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=26.85%
G=38.38%
B=34.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562232020.3000.090.13161.1951.1574.31
Hex9CDFCA1E09Da1334a
Octal234337312360111524163112
Binary10011100110111111100101011110010011101101000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDFCA; }

 p { color: rgb(156,223,202); }

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

<style>
 a { background-color: #9CDFCA; }

 a { background-color: rgb(156,223,202); }

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

<style>
 span { border-color: #9CDFCA; }

 span { border-color: rgb(156,223,202); }

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