Html Css Color HEX #9EEBAF Celadon

📋 copy color: '#9EEBAF'

red 158 ◦ green 235 ◦ blue 175

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

Shades of Celadon #9EEBAF

Tints of Celadon #9EEBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.37%

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

R = 27.82%
G = 41.37%
B = 30.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#9EEBAF (or 0x9EEBAF) is known color: Celadon. HEX triplet: 9E, EB and AF. RGB value is (158,235,175). Sum of RGB (Red+Green+Blue) = 158+235+175=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBAF is #611450. Grayscale: #CDCDCD. Windows color (decimal): -6362193 or 11529118. OLE color: 11529118.

HSL color Cylindrical-coordinate representation of color #9EEBAF: hue angle of 133.25º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBAF is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 175 -
CMYK 0.33 0 0.26 0.08
HSL 133.25º 0.66% 0.77% -
HSV(B) 133.25º 0.33% 0.92% -
XYZ 51.55 69.78 51.31 -
YUV 205.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 158 235 175 0.33 0 0.26 0.08 133.25 0.66 0.77
Hex 9E EB AF 21 0 1A 8 85 42 4D
Octal 236 353 257 41 0 32 10 205 102 115
Binary 10011110 11101011 10101111 100001 0 11010 1000 10000101 1000010 1001101

Color Harmonies of #9EEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBAF

Black with #9EEBAF

Text Example


Text Example

White with #9EEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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