Html Css Color HEX #A5ECB6 Fringy Flower

📋 copy color: '#A5ECB6'

red 165 ◦ green 236 ◦ blue 182

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

Shades of Fringy Flower #A5ECB6

Tints of Fringy Flower #A5ECB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.22%

R = 28.3%
G = 40.48%
B = 31.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#A5ECB6 (or 0xA5ECB6) is known color: Fringy Flower. HEX triplet: A5, EC and B6. RGB value is (165,236,182). Sum of RGB (Red+Green+Blue) = 165+236+182=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECB6 is #5A1349. Grayscale: #D0D0D0. Windows color (decimal): -5903178 or 11988133. OLE color: 11988133.

HSL color Cylindrical-coordinate representation of color #A5ECB6: hue angle of 134.37º 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 #A5ECB6 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 182 -
CMYK 0.30 0 0.23 0.07
HSL 134.37º 0.65% 0.79% -
HSV(B) 134.37º 0.3% 0.93% -
XYZ 53.96 71.37 55.19 -
YUV 208.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 165 236 182 0.30 0 0.23 0.07 134.37 0.65 0.79
Hex A5 EC B6 1E 0 17 7 86 41 4F
Octal 245 354 266 36 0 27 7 206 101 117
Binary 10100101 11101100 10110110 11110 0 10111 111 10000110 1000001 1001111

Color Harmonies of #A5ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECB6

Black with #A5ECB6

Text Example


Text Example

White with #A5ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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