Html Css Color HEX #A5ECB8 Fringy Flower

📋 copy color: '#A5ECB8'

red 165 ◦ green 236 ◦ blue 184

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

Shades of Fringy Flower #A5ECB8

Tints of Fringy Flower #A5ECB8

RGB

 RED value IS 165 (64.84% from 255) = 28.21%

 GREEN value IS 236 (92.58% from 255) = 40.34%

 BLUE value IS 184 (72.27% from 255) = 31.45%

R = 28.21%
G = 40.34%
B = 31.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#A5ECB8 (or 0xA5ECB8) is known color: Fringy Flower. HEX triplet: A5, EC and B8. RGB value is (165,236,184). Sum of RGB (Red+Green+Blue) = 165+236+184=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECB8 is #5A1347. Grayscale: #D0D0D0. Windows color (decimal): -5903176 or 12119205. OLE color: 12119205.

HSL color Cylindrical-coordinate representation of color #A5ECB8: hue angle of 136.06º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECB8 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 184 -
CMYK 0.30 0 0.22 0.07
HSL 136.06º 0.65% 0.79% -
HSV(B) 136.06º 0.3% 0.93% -
XYZ 54.16 71.45 56.28 -
YUV 208.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 165 236 184 0.30 0 0.22 0.07 136.06 0.65 0.79
Hex A5 EC B8 1E 0 16 7 88 41 4F
Octal 245 354 270 36 0 26 7 210 101 117
Binary 10100101 11101100 10111000 11110 0 10110 111 10001000 1000001 1001111

Color Harmonies of #A5ECB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECB8

Black with #A5ECB8

Text Example


Text Example

White with #A5ECB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECB8; }

 p { color: rgb(165,236,184); }

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

background-color css

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

 a { background-color: rgb(165,236,184); }

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

border-color css

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

 span { border-color: rgb(165,236,184); }

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