Html Css Color HEX #9FEDB4 Celadon

📋 copy color: '#9FEDB4'

red 159 ◦ green 237 ◦ blue 180

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

Shades of Celadon #9FEDB4

Tints of Celadon #9FEDB4

RGB

 RED value IS 159 (62.5% from 255) = 27.6%

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

 BLUE value IS 180 (70.7% from 255) = 31.25%

R = 27.6%
G = 41.15%
B = 31.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#9FEDB4 (or 0x9FEDB4) is known color: Celadon. HEX triplet: 9F, ED and B4. RGB value is (159,237,180). Sum of RGB (Red+Green+Blue) = 159+237+180=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDB4 is #60124B. Grayscale: #CFCFCF. Windows color (decimal): -6296140 or 11857311. OLE color: 11857311.

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

Color convert

RGB 159 237 180 -
CMYK 0.33 0 0.24 0.07
HSL 136.15º 0.68% 0.78% -
HSV(B) 136.15º 0.33% 0.93% -
XYZ 52.82 71.23 54.15 -
YUV 207.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 159 237 180 0.33 0 0.24 0.07 136.15 0.68 0.78
Hex 9F ED B4 21 0 18 7 88 44 4E
Octal 237 355 264 41 0 30 7 210 104 116
Binary 10011111 11101101 10110100 100001 0 11000 111 10001000 1000100 1001110

Color Harmonies of #9FEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDB4

Black with #9FEDB4

Text Example


Text Example

White with #9FEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,180); }

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

background-color css

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

 a { background-color: rgb(159,237,180); }

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

border-color css

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

 span { border-color: rgb(159,237,180); }

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