Html Css Color HEX #9CECA5 Celadon

📋 copy color: '#9CECA5'

red 156 ◦ green 236 ◦ blue 165

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

Shades of Celadon #9CECA5

Tints of Celadon #9CECA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 28.01%
G = 42.37%
B = 29.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#9CECA5 (or 0x9CECA5) is known color: Celadon. HEX triplet: 9C, EC and A5. RGB value is (156,236,165). Sum of RGB (Red+Green+Blue) = 156+236+165=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECA5 is #63135A. Grayscale: #CCCCCC. Windows color (decimal): -6493019 or 10874012. OLE color: 10874012.

HSL color Cylindrical-coordinate representation of color #9CECA5: hue angle of 126.75º 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 #9CECA5 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 236 165 -
CMYK 0.34 0 0.30 0.07
HSL 126.75º 0.68% 0.77% -
HSV(B) 126.75º 0.34% 0.93% -
XYZ 50.5 69.78 46.4 -
YUV 203.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 156 236 165 0.34 0 0.30 0.07 126.75 0.68 0.77
Hex 9C EC A5 22 0 1E 7 7F 44 4D
Octal 234 354 245 42 0 36 7 177 104 115
Binary 10011100 11101100 10100101 100010 0 11110 111 1111111 1000100 1001101

Color Harmonies of #9CECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CECA5

Black with #9CECA5

Text Example


Text Example

White with #9CECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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