#9CD1C3

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

Shades of Opal #9CD1C3

Tints of Opal #9CD1C3

Color information

#9CD1C3 (or 0x9CD1C3) is unknown color: approx Opal. HEX triplet: 9C, D1 and C3. RGB value is (156,209,195). Sum of RGB (Red+Green+Blue) = 156+209+195=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1C3 is #632E3C. Grayscale: #BFBFBF. Windows color (decimal): -6499901 or 12833180. OLE color: 12833180.

HSL color Cylindrical-coordinate representation of color #9CD1C3: hue angle of 164.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD1C3 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB156209195-
CMYK0.2500.070.18
HSL164.15º36.55%71.57%-
HSV(B)164.15º25.36%81.96%-
XYZ46.3656.6160.11-
YUV191.56129.94102.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.86%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=27.86%
G=37.32%
B=34.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562091950.2500.070.18164.1536.5571.57
Hex9CD1C3190712a42548
Octal23432130331072224445110
Binary10011100110100011100001111001011110010101001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,195); }

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

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

 a { background-color: rgb(156,209,195); }

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

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

 span { border-color: rgb(156,209,195); }

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