Html Css Color HEX #9EFDB6 Celadon

📋 copy color: '#9EFDB6'

red 158 ◦ green 253 ◦ blue 182

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

Shades of Celadon #9EFDB6

Tints of Celadon #9EFDB6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.66%

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 26.64%
G = 42.66%
B = 30.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#9EFDB6 (or 0x9EFDB6) is known color: Celadon. HEX triplet: 9E, FD and B6. RGB value is (158,253,182). Sum of RGB (Red+Green+Blue) = 158+253+182=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDB6 is #610249. Grayscale: #D8D8D8. Windows color (decimal): -6357578 or 11992478. OLE color: 11992478.

HSL color Cylindrical-coordinate representation of color #9EFDB6: hue angle of 135.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDB6 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 182 -
CMYK 0.38 0 0.28 0.01
HSL 135.16º 0.96% 0.81% -
HSV(B) 135.16º 0.38% 0.99% -
XYZ 57.67 80.9 56.83 -
YUV 216.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 158 253 182 0.38 0 0.28 0.01 135.16 0.96 0.81
Hex 9E FD B6 26 0 1C 1 87 60 51
Octal 236 375 266 46 0 34 1 207 140 121
Binary 10011110 11111101 10110110 100110 0 11100 1 10000111 1100000 1010001

Color Harmonies of #9EFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDB6

Black with #9EFDB6

Text Example


Text Example

White with #9EFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,182); }

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

background-color css

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

 a { background-color: rgb(158,253,182); }

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

border-color css

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

 span { border-color: rgb(158,253,182); }

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