Html Css Color HEX #9CEAAB Celadon

📋 copy color: '#9CEAAB'

red 156 ◦ green 234 ◦ blue 171

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

Shades of Celadon #9CEAAB

Tints of Celadon #9CEAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 171 (67.19% from 255) = 30.48%

R = 27.81%
G = 41.71%
B = 30.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#9CEAAB (or 0x9CEAAB) is known color: Celadon. HEX triplet: 9C, EA and AB. RGB value is (156,234,171). Sum of RGB (Red+Green+Blue) = 156+234+171=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEAAB is #631554. Grayscale: #CBCBCB. Windows color (decimal): -6493525 or 11266716. OLE color: 11266716.

HSL color Cylindrical-coordinate representation of color #9CEAAB: hue angle of 131.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEAAB is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 234 171 -
CMYK 0.33 0 0.27 0.08
HSL 131.54º 0.65% 0.76% -
HSV(B) 131.54º 0.33% 0.92% -
XYZ 50.48 68.85 49.16 -
YUV 203.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 156 234 171 0.33 0 0.27 0.08 131.54 0.65 0.76
Hex 9C EA AB 21 0 1B 8 84 41 4C
Octal 234 352 253 41 0 33 10 204 101 114
Binary 10011100 11101010 10101011 100001 0 11011 1000 10000100 1000001 1001100

Color Harmonies of #9CEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEAAB

Black with #9CEAAB

Text Example


Text Example

White with #9CEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,234,171); }

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

background-color css

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

 a { background-color: rgb(156,234,171); }

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

border-color css

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

 span { border-color: rgb(156,234,171); }

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