Html Css Color HEX #9FECAF Celadon

📋 copy color: '#9FECAF'

red 159 ◦ green 236 ◦ blue 175

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

Shades of Celadon #9FECAF

Tints of Celadon #9FECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 27.89%
G = 41.4%
B = 30.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#9FECAF (or 0x9FECAF) is known color: Celadon. HEX triplet: 9F, EC and AF. RGB value is (159,236,175). Sum of RGB (Red+Green+Blue) = 159+236+175=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECAF is #601350. Grayscale: #CECECE. Windows color (decimal): -6296401 or 11529375. OLE color: 11529375.

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

Color convert

RGB 159 236 175 -
CMYK 0.33 0 0.26 0.07
HSL 132.47º 0.67% 0.77% -
HSV(B) 132.47º 0.33% 0.93% -
XYZ 52.03 70.46 51.41 -
YUV 206.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 159 236 175 0.33 0 0.26 0.07 132.47 0.67 0.77
Hex 9F EC AF 21 0 1A 7 84 43 4D
Octal 237 354 257 41 0 32 7 204 103 115
Binary 10011111 11101100 10101111 100001 0 11010 111 10000100 1000011 1001101

Color Harmonies of #9FECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECAF

Black with #9FECAF

Text Example


Text Example

White with #9FECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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