#9FEFBA

Color #9FEFBA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #9FEFBA

Tints of Fringy Flower #9FEFBA

Color information

#9FEFBA (or 0x9FEFBA) is unknown color: approx Fringy Flower. HEX triplet: 9F, EF and BA. RGB value is (159,239,186). Sum of RGB (Red+Green+Blue) = 159+239+186=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFBA is #601045. Grayscale: #D1D1D1. Windows color (decimal): -6295622 or 12251039. OLE color: 12251039.

HSL color Cylindrical-coordinate representation of color #9FEFBA: hue angle of 140.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFBA is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB159239186-
CMYK0.3300.220.06
HSL140.25º71.43%78.04%-
HSV(B)140.25º33.47%93.73%-
XYZ54.0372.6557.63-
YUV209.0411592.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=27.23%
G=40.92%
B=31.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391860.3300.220.06140.2571.4378.04
Hex9FEFBA2101668c474e
Octal237357272410266214107116
Binary1001111111101111101110101000010101101101000110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,186); }

 H1.HeaderClassName
 {
   color: #9FEFBA;
 }
 .AnyTagClassName
 {
   color: #9FEFBA;
 }
</style>
background-color css

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

 a { background-color: rgb(159,239,186); }

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

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

 span { border-color: rgb(159,239,186); }

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