Html Css Color HEX #9EEDB2 Celadon

📋 copy color: '#9EEDB2'

red 158 ◦ green 237 ◦ blue 178

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

Shades of Celadon #9EEDB2

Tints of Celadon #9EEDB2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

 BLUE value IS 178 (69.92% from 255) = 31.06%

R = 27.57%
G = 41.36%
B = 31.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#9EEDB2 (or 0x9EEDB2) is known color: Celadon. HEX triplet: 9E, ED and B2. RGB value is (158,237,178). Sum of RGB (Red+Green+Blue) = 158+237+178=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDB2 is #61124D. Grayscale: #CECECE. Windows color (decimal): -6361678 or 11726238. OLE color: 11726238.

HSL color Cylindrical-coordinate representation of color #9EEDB2: hue angle of 135.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDB2 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 178 -
CMYK 0.33 0 0.25 0.07
HSL 135.19º 0.69% 0.77% -
HSV(B) 135.19º 0.33% 0.93% -
XYZ 52.42 71.05 53.07 -
YUV 206.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 158 237 178 0.33 0 0.25 0.07 135.19 0.69 0.77
Hex 9E ED B2 21 0 19 7 87 45 4D
Octal 236 355 262 41 0 31 7 207 105 115
Binary 10011110 11101101 10110010 100001 0 11001 111 10000111 1000101 1001101

Color Harmonies of #9EEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDB2

Black with #9EEDB2

Text Example


Text Example

White with #9EEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,237,178); }

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

background-color css

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

 a { background-color: rgb(158,237,178); }

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

border-color css

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

 span { border-color: rgb(158,237,178); }

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