#A8EEBC

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

Shades of Fringy Flower #A8EEBC

Tints of Fringy Flower #A8EEBC

Color information

#A8EEBC (or 0xA8EEBC) is unknown color: approx Fringy Flower. HEX triplet: A8, EE and BC. RGB value is (168,238,188). Sum of RGB (Red+Green+Blue) = 168+238+188=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEBC is #571143. Grayscale: #D3D3D3. Windows color (decimal): -5706052 or 12381864. OLE color: 12381864.

HSL color Cylindrical-coordinate representation of color #A8EEBC: hue angle of 137.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEBC is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB168238188-
CMYK0.2900.210.07
HSL137.14º67.31%79.61%-
HSV(B)137.14º29.41%93.33%-
XYZ55.873.158.75-
YUV211.37114.8197.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.28%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=28.28%
G=40.07%
B=31.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682381880.2900.210.07137.1467.3179.61
HexA8EEBC1D0157894350
Octal250356274350257211103120
Binary101010001110111010111100111010101011111000100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EEBC; }

 p { color: rgb(168,238,188); }

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

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

 a { background-color: rgb(168,238,188); }

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

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

 span { border-color: rgb(168,238,188); }

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