Html Css Color HEX #9CECB2 Celadon

📋 copy color: '#9CECB2'

red 156 ◦ green 236 ◦ blue 178

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

Shades of Celadon #9CECB2

Tints of Celadon #9CECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.4%

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 27.37%
G = 41.4%
B = 31.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#9CECB2 (or 0x9CECB2) is known color: Celadon. HEX triplet: 9C, EC and B2. RGB value is (156,236,178). Sum of RGB (Red+Green+Blue) = 156+236+178=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECB2 is #63134D. Grayscale: #CDCDCD. Windows color (decimal): -6493006 or 11725980. OLE color: 11725980.

HSL color Cylindrical-coordinate representation of color #9CECB2: hue angle of 136.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECB2 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 236 178 -
CMYK 0.34 0 0.25 0.07
HSL 136.5º 0.68% 0.77% -
HSV(B) 136.5º 0.34% 0.93% -
XYZ 51.74 70.27 52.96 -
YUV 205.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 156 236 178 0.34 0 0.25 0.07 136.5 0.68 0.77
Hex 9C EC B2 22 0 19 7 88 44 4D
Octal 234 354 262 42 0 31 7 210 104 115
Binary 10011100 11101100 10110010 100010 0 11001 111 10001000 1000100 1001101

Color Harmonies of #9CECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CECB2

Black with #9CECB2

Text Example


Text Example

White with #9CECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,236,178); }

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

background-color css

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

 a { background-color: rgb(156,236,178); }

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

border-color css

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

 span { border-color: rgb(156,236,178); }

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