Html Css Color HEX #9CEBAA Celadon

📋 copy color: '#9CEBAA'

red 156 ◦ green 235 ◦ blue 170

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

Shades of Celadon #9CEBAA

Tints of Celadon #9CEBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

 BLUE value IS 170 (66.8% from 255) = 30.3%

R = 27.81%
G = 41.89%
B = 30.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#9CEBAA (or 0x9CEBAA) is known color: Celadon. HEX triplet: 9C, EB and AA. RGB value is (156,235,170). Sum of RGB (Red+Green+Blue) = 156+235+170=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEBAA is #631455. Grayscale: #CCCCCC. Windows color (decimal): -6493270 or 11201436. OLE color: 11201436.

HSL color Cylindrical-coordinate representation of color #9CEBAA: hue angle of 130.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBAA is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 235 170 -
CMYK 0.34 0 0.28 0.08
HSL 130.63º 0.66% 0.77% -
HSV(B) 130.63º 0.34% 0.92% -
XYZ 50.67 69.39 48.75 -
YUV 203.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 156 235 170 0.34 0 0.28 0.08 130.63 0.66 0.77
Hex 9C EB AA 22 0 1C 8 83 42 4D
Octal 234 353 252 42 0 34 10 203 102 115
Binary 10011100 11101011 10101010 100010 0 11100 1000 10000011 1000010 1001101

Color Harmonies of #9CEBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBAA

Black with #9CEBAA

Text Example


Text Example

White with #9CEBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,235,170); }

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

background-color css

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

 a { background-color: rgb(156,235,170); }

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

border-color css

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

 span { border-color: rgb(156,235,170); }

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