Html Css Color HEX #A0F3BB Fringy Flower

📋 copy color: '#A0F3BB'

red 160 ◦ green 243 ◦ blue 187

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

Shades of Fringy Flower #A0F3BB

Tints of Fringy Flower #A0F3BB

RGB

 RED value IS 160 (62.89% from 255) = 27.12%

 GREEN value IS 243 (95.31% from 255) = 41.19%

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 27.12%
G = 41.19%
B = 31.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#A0F3BB (or 0xA0F3BB) is known color: Fringy Flower. HEX triplet: A0, F3 and BB. RGB value is (160,243,187). Sum of RGB (Red+Green+Blue) = 160+243+187=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3BB is #5F0C44. Grayscale: #D3D3D3. Windows color (decimal): -6229061 or 12317600. OLE color: 12317600.

HSL color Cylindrical-coordinate representation of color #A0F3BB: hue angle of 139.52º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3BB is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 187 -
CMYK 0.34 0 0.23 0.05
HSL 139.52º 0.78% 0.79% -
HSV(B) 139.52º 0.34% 0.95% -
XYZ 55.52 75.16 58.6 -
YUV 211.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 160 243 187 0.34 0 0.23 0.05 139.52 0.78 0.79
Hex A0 F3 BB 22 0 17 5 8C 4E 4F
Octal 240 363 273 42 0 27 5 214 116 117
Binary 10100000 11110011 10111011 100010 0 10111 101 10001100 1001110 1001111

Color Harmonies of #A0F3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F3BB

Black with #A0F3BB

Text Example


Text Example

White with #A0F3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F3BB; }

 p { color: rgb(160,243,187); }

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

background-color css

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

 a { background-color: rgb(160,243,187); }

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

border-color css

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

 span { border-color: rgb(160,243,187); }

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