Html Css Color HEX #A6FCBC Fringy Flower

📋 copy color: '#A6FCBC'

red 166 ◦ green 252 ◦ blue 188

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

Shades of Fringy Flower #A6FCBC

Tints of Fringy Flower #A6FCBC

RGB

 RED value IS 166 (65.23% from 255) = 27.39%

 GREEN value IS 252 (98.83% from 255) = 41.58%

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 27.39%
G = 41.58%
B = 31.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A6FCBC (or 0xA6FCBC) is known color: Fringy Flower. HEX triplet: A6, FC and BC. RGB value is (166,252,188). Sum of RGB (Red+Green+Blue) = 166+252+188=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FCBC is #590343. Grayscale: #DBDBDB. Windows color (decimal): -5833540 or 12385446. OLE color: 12385446.

HSL color Cylindrical-coordinate representation of color #A6FCBC: hue angle of 135.35º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCBC is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 252 188 -
CMYK 0.34 0 0.25 0.01
HSL 135.35º 0.93% 0.82% -
HSV(B) 135.35º 0.34% 0.99% -
XYZ 59.61 81.36 60.14 -
YUV 218.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 166 252 188 0.34 0 0.25 0.01 135.35 0.93 0.82
Hex A6 FC BC 22 0 19 1 87 5D 52
Octal 246 374 274 42 0 31 1 207 135 122
Binary 10100110 11111100 10111100 100010 0 11001 1 10000111 1011101 1010010

Color Harmonies of #A6FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCBC

Black with #A6FCBC

Text Example


Text Example

White with #A6FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCBC; }

 p { color: rgb(166,252,188); }

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

background-color css

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

 a { background-color: rgb(166,252,188); }

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

border-color css

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

 span { border-color: rgb(166,252,188); }

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