Html Css Color HEX #9DEFAE Celadon

📋 copy color: '#9DEFAE'

red 157 ◦ green 239 ◦ blue 174

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

Shades of Celadon #9DEFAE

Tints of Celadon #9DEFAE

RGB

 RED value IS 157 (61.72% from 255) = 27.54%

 GREEN value IS 239 (93.75% from 255) = 41.93%

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

R = 27.54%
G = 41.93%
B = 30.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#9DEFAE (or 0x9DEFAE) is known color: Celadon. HEX triplet: 9D, EF and AE. RGB value is (157,239,174). Sum of RGB (Red+Green+Blue) = 157+239+174=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEFAE is #621051. Grayscale: #CFCFCF. Windows color (decimal): -6426706 or 11464605. OLE color: 11464605.

HSL color Cylindrical-coordinate representation of color #9DEFAE: hue angle of 132.44º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFAE is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 174 -
CMYK 0.34 0 0.27 0.06
HSL 132.44º 0.72% 0.78% -
HSV(B) 132.44º 0.34% 0.94% -
XYZ 52.41 71.96 51.17 -
YUV 207.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 157 239 174 0.34 0 0.27 0.06 132.44 0.72 0.78
Hex 9D EF AE 22 0 1B 6 84 48 4E
Octal 235 357 256 42 0 33 6 204 110 116
Binary 10011101 11101111 10101110 100010 0 11011 110 10000100 1001000 1001110

Color Harmonies of #9DEFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFAE

Black with #9DEFAE

Text Example


Text Example

White with #9DEFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,239,174); }

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

background-color css

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

 a { background-color: rgb(157,239,174); }

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

border-color css

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

 span { border-color: rgb(157,239,174); }

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