Html Css Color HEX #9EEFAF Celadon

📋 copy color: '#9EEFAF'

red 158 ◦ green 239 ◦ blue 175

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

Shades of Celadon #9EEFAF

Tints of Celadon #9EEFAF

RGB

 RED value IS 158 (62.11% from 255) = 27.62%

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 27.62%
G = 41.78%
B = 30.59%

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

#9EEFAF (or 0x9EEFAF) is known color: Celadon. HEX triplet: 9E, EF and AF. RGB value is (158,239,175). Sum of RGB (Red+Green+Blue) = 158+239+175=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEFAF is #611050. Grayscale: #CFCFCF. Windows color (decimal): -6361169 or 11530142. OLE color: 11530142.

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

Color convert

RGB 158 239 175 -
CMYK 0.34 0 0.27 0.06
HSL 132.59º 0.72% 0.78% -
HSV(B) 132.59º 0.34% 0.94% -
XYZ 52.7 72.1 51.7 -
YUV 207.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 158 239 175 0.34 0 0.27 0.06 132.59 0.72 0.78
Hex 9E EF AF 22 0 1B 6 85 48 4E
Octal 236 357 257 42 0 33 6 205 110 116
Binary 10011110 11101111 10101111 100010 0 11011 110 10000101 1001000 1001110

Color Harmonies of #9EEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFAF

Black with #9EEFAF

Text Example


Text Example

White with #9EEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,239,175); }

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

background-color css

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

 a { background-color: rgb(158,239,175); }

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

border-color css

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

 span { border-color: rgb(158,239,175); }

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