Html Css Color HEX #9FECB1 Celadon

📋 copy color: '#9FECB1'

red 159 ◦ green 236 ◦ blue 177

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

Shades of Celadon #9FECB1

Tints of Celadon #9FECB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.94%

R = 27.8%
G = 41.26%
B = 30.94%

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

#9FECB1 (or 0x9FECB1) is known color: Celadon. HEX triplet: 9F, EC and B1. RGB value is (159,236,177). Sum of RGB (Red+Green+Blue) = 159+236+177=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECB1 is #60134E. Grayscale: #CECECE. Windows color (decimal): -6296399 or 11660447. OLE color: 11660447.

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

Color convert

RGB 159 236 177 -
CMYK 0.33 0 0.25 0.07
HSL 134.03º 0.67% 0.77% -
HSV(B) 134.03º 0.33% 0.93% -
XYZ 52.23 70.54 52.46 -
YUV 206.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 159 236 177 0.33 0 0.25 0.07 134.03 0.67 0.77
Hex 9F EC B1 21 0 19 7 86 43 4D
Octal 237 354 261 41 0 31 7 206 103 115
Binary 10011111 11101100 10110001 100001 0 11001 111 10000110 1000011 1001101

Color Harmonies of #9FECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECB1

Black with #9FECB1

Text Example


Text Example

White with #9FECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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