Html Css Color HEX #9FF8BA Fringy Flower

📋 copy color: '#9FF8BA'

red 159 ◦ green 248 ◦ blue 186

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

Shades of Fringy Flower #9FF8BA

Tints of Fringy Flower #9FF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 26.81%
G = 41.82%
B = 31.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#9FF8BA (or 0x9FF8BA) is known color: Fringy Flower. HEX triplet: 9F, F8 and BA. RGB value is (159,248,186). Sum of RGB (Red+Green+Blue) = 159+248+186=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8BA is #600745. Grayscale: #D6D6D6. Windows color (decimal): -6293318 or 12253343. OLE color: 12253343.

HSL color Cylindrical-coordinate representation of color #9FF8BA: hue angle of 138.2º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8BA is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 186 -
CMYK 0.36 0 0.25 0.03
HSL 138.2º 0.86% 0.8% -
HSV(B) 138.2º 0.36% 0.97% -
XYZ 56.73 78.05 58.53 -
YUV 214.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 159 248 186 0.36 0 0.25 0.03 138.2 0.86 0.8
Hex 9F F8 BA 24 0 19 3 8A 56 50
Octal 237 370 272 44 0 31 3 212 126 120
Binary 10011111 11111000 10111010 100100 0 11001 11 10001010 1010110 1010000

Color Harmonies of #9FF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF8BA

Black with #9FF8BA

Text Example


Text Example

White with #9FF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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