Html Css Color HEX #9CEDAE Celadon

📋 copy color: '#9CEDAE'

red 156 ◦ green 237 ◦ blue 174

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

Shades of Celadon #9CEDAE

Tints of Celadon #9CEDAE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.8%

 BLUE value IS 174 (68.36% from 255) = 30.69%

R = 27.51%
G = 41.8%
B = 30.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#9CEDAE (or 0x9CEDAE) is known color: Celadon. HEX triplet: 9C, ED and AE. RGB value is (156,237,174). Sum of RGB (Red+Green+Blue) = 156+237+174=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEDAE is #631251. Grayscale: #CDCDCD. Windows color (decimal): -6492754 or 11464092. OLE color: 11464092.

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

Color convert

RGB 156 237 174 -
CMYK 0.34 0 0.27 0.07
HSL 133.33º 0.69% 0.77% -
HSV(B) 133.33º 0.34% 0.93% -
XYZ 51.63 70.69 50.97 -
YUV 205.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 156 237 174 0.34 0 0.27 0.07 133.33 0.69 0.77
Hex 9C ED AE 22 0 1B 7 85 45 4D
Octal 234 355 256 42 0 33 7 205 105 115
Binary 10011100 11101101 10101110 100010 0 11011 111 10000101 1000101 1001101

Color Harmonies of #9CEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEDAE

Black with #9CEDAE

Text Example


Text Example

White with #9CEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,237,174); }

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

background-color css

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

 a { background-color: rgb(156,237,174); }

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

border-color css

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

 span { border-color: rgb(156,237,174); }

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