Html Css Color HEX #9EF8B0 Celadon

📋 copy color: '#9EF8B0'

red 158 ◦ green 248 ◦ blue 176

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

Shades of Celadon #9EF8B0

Tints of Celadon #9EF8B0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.61%

 BLUE value IS 176 (69.14% from 255) = 30.24%

R = 27.15%
G = 42.61%
B = 30.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#9EF8B0 (or 0x9EF8B0) is known color: Celadon. HEX triplet: 9E, F8 and B0. RGB value is (158,248,176). Sum of RGB (Red+Green+Blue) = 158+248+176=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF8B0 is #61074F. Grayscale: #D5D5D5. Windows color (decimal): -6358864 or 11597982. OLE color: 11597982.

HSL color Cylindrical-coordinate representation of color #9EF8B0: hue angle of 132º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF8B0 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 248 176 -
CMYK 0.36 0 0.29 0.03
HSL 132º 0.87% 0.8% -
HSV(B) 132º 0.36% 0.97% -
XYZ 55.5 77.54 53.12 -
YUV 212.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 158 248 176 0.36 0 0.29 0.03 132 0.87 0.8
Hex 9E F8 B0 24 0 1D 3 84 57 50
Octal 236 370 260 44 0 35 3 204 127 120
Binary 10011110 11111000 10110000 100100 0 11101 11 10000100 1010111 1010000

Color Harmonies of #9EF8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF8B0

Black with #9EF8B0

Text Example


Text Example

White with #9EF8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,248,176); }

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

background-color css

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

 a { background-color: rgb(158,248,176); }

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

border-color css

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

 span { border-color: rgb(158,248,176); }

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