Html Css Color HEX #9FECB0 Celadon

📋 copy color: '#9FECB0'

red 159 ◦ green 236 ◦ blue 176

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

Shades of Celadon #9FECB0

Tints of Celadon #9FECB0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.33%

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

R = 27.85%
G = 41.33%
B = 30.82%

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

#9FECB0 (or 0x9FECB0) is known color: Celadon. HEX triplet: 9F, EC and B0. RGB value is (159,236,176). Sum of RGB (Red+Green+Blue) = 159+236+176=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECB0 is #60134F. Grayscale: #CECECE. Windows color (decimal): -6296400 or 11594911. OLE color: 11594911.

HSL color Cylindrical-coordinate representation of color #9FECB0: hue angle of 133.25º degrees, saturation: 0.67, 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 #9FECB0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 236 176 -
CMYK 0.33 0 0.25 0.07
HSL 133.25º 0.67% 0.77% -
HSV(B) 133.25º 0.33% 0.93% -
XYZ 52.13 70.5 51.93 -
YUV 206.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 159 236 176 0.33 0 0.25 0.07 133.25 0.67 0.77
Hex 9F EC B0 21 0 19 7 85 43 4D
Octal 237 354 260 41 0 31 7 205 103 115
Binary 10011111 11101100 10110000 100001 0 11001 111 10000101 1000011 1001101

Color Harmonies of #9FECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECB0

Black with #9FECB0

Text Example


Text Example

White with #9FECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,236,176); }

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

background-color css

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

 a { background-color: rgb(159,236,176); }

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

border-color css

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

 span { border-color: rgb(159,236,176); }

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