Html Css Color HEX #9DEFAB Celadon

📋 copy color: '#9DEFAB'

red 157 ◦ green 239 ◦ blue 171

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

Shades of Celadon #9DEFAB

Tints of Celadon #9DEFAB

RGB

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

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

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

R = 27.69%
G = 42.15%
B = 30.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#9DEFAB (or 0x9DEFAB) is known color: Celadon. HEX triplet: 9D, EF and AB. RGB value is (157,239,171). Sum of RGB (Red+Green+Blue) = 157+239+171=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEFAB is #621054. Grayscale: #CECECE. Windows color (decimal): -6426709 or 11267997. OLE color: 11267997.

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

Color convert

RGB 157 239 171 -
CMYK 0.34 0 0.28 0.06
HSL 130.24º 0.72% 0.78% -
HSV(B) 130.24º 0.34% 0.94% -
XYZ 52.12 71.84 49.65 -
YUV 206.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 157 239 171 0.34 0 0.28 0.06 130.24 0.72 0.78
Hex 9D EF AB 22 0 1C 6 82 48 4E
Octal 235 357 253 42 0 34 6 202 110 116
Binary 10011101 11101111 10101011 100010 0 11100 110 10000010 1001000 1001110

Color Harmonies of #9DEFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFAB

Black with #9DEFAB

Text Example


Text Example

White with #9DEFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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