Html Css Color HEX #9FECB6 Fringy Flower

📋 copy color: '#9FECB6'

red 159 ◦ green 236 ◦ blue 182

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

Shades of Fringy Flower #9FECB6

Tints of Fringy Flower #9FECB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 27.56%
G = 40.9%
B = 31.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#9FECB6 (or 0x9FECB6) is known color: Fringy Flower. HEX triplet: 9F, EC and B6. RGB value is (159,236,182). Sum of RGB (Red+Green+Blue) = 159+236+182=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECB6 is #601349. Grayscale: #CECECE. Windows color (decimal): -6296394 or 11988127. OLE color: 11988127.

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

Color convert

RGB 159 236 182 -
CMYK 0.33 0 0.23 0.07
HSL 137.92º 0.67% 0.77% -
HSV(B) 137.92º 0.33% 0.93% -
XYZ 52.74 70.74 55.13 -
YUV 206.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 159 236 182 0.33 0 0.23 0.07 137.92 0.67 0.77
Hex 9F EC B6 21 0 17 7 8A 43 4D
Octal 237 354 266 41 0 27 7 212 103 115
Binary 10011111 11101100 10110110 100001 0 10111 111 10001010 1000011 1001101

Color Harmonies of #9FECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECB6

Black with #9FECB6

Text Example


Text Example

White with #9FECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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