Html Css Color HEX #9FF6BA Fringy Flower

📋 copy color: '#9FF6BA'

red 159 ◦ green 246 ◦ blue 186

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

Shades of Fringy Flower #9FF6BA

Tints of Fringy Flower #9FF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.62%

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

R = 26.9%
G = 41.62%
B = 31.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#9FF6BA (or 0x9FF6BA) is known color: Fringy Flower. HEX triplet: 9F, F6 and BA. RGB value is (159,246,186). Sum of RGB (Red+Green+Blue) = 159+246+186=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF6BA is #600945. Grayscale: #D5D5D5. Windows color (decimal): -6293830 or 12252831. OLE color: 12252831.

HSL color Cylindrical-coordinate representation of color #9FF6BA: hue angle of 138.62º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF6BA is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 246 186 -
CMYK 0.35 0 0.24 0.04
HSL 138.62º 0.83% 0.79% -
HSV(B) 138.62º 0.35% 0.96% -
XYZ 56.12 76.83 58.33 -
YUV 213.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 159 246 186 0.35 0 0.24 0.04 138.62 0.83 0.79
Hex 9F F6 BA 23 0 18 4 8B 53 4F
Octal 237 366 272 43 0 30 4 213 123 117
Binary 10011111 11110110 10111010 100011 0 11000 100 10001011 1010011 1001111

Color Harmonies of #9FF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF6BA

Black with #9FF6BA

Text Example


Text Example

White with #9FF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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