Html Css Color HEX #9CCCC0 Opal

📋 copy color: '#9CCCC0'

red 156 ◦ green 204 ◦ blue 192

#9CCCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opal #9CCCC0

Tints of Opal #9CCCC0

RGB

 RED value IS 156 (61.33% from 255) = 28.26%

 GREEN value IS 204 (80.08% from 255) = 36.96%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 28.26%
G = 36.96%
B = 34.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#9CCCC0 (or 0x9CCCC0) is known color: Opal. HEX triplet: 9C, CC and C0. RGB value is (156,204,192). Sum of RGB (Red+Green+Blue) = 156+204+192=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCC0 is #63333F. Grayscale: #BCBCBC. Windows color (decimal): -6501184 or 12635292. OLE color: 12635292.

HSL color Cylindrical-coordinate representation of color #9CCCC0: hue angle of 165º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCC0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 204 192 -
CMYK 0.24 0 0.06 0.2
HSL 165º 0.32% 0.71% -
HSV(B) 165º 0.24% 0.8% -
XYZ 44.82 54.06 57.94 -
YUV 188.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 156 204 192 0.24 0 0.06 0.2 165 0.32 0.71
Hex 9C CC C0 18 0 6 14 A5 20 47
Octal 234 314 300 30 0 6 24 245 40 107
Binary 10011100 11001100 11000000 11000 0 110 10100 10100101 100000 1000111

Color Harmonies of #9CCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCC0

Black with #9CCCC0

Text Example


Text Example

White with #9CCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,204,192); }

 H1.HeaderClassName
 {
   color: #9CCCC0;
 }
 .AnyTagClassName
 {
   color: #9CCCC0;
 }
</style>

background-color css

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

 a { background-color: rgb(156,204,192); }

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

border-color css

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

 span { border-color: rgb(156,204,192); }

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