Html Css Color HEX #A5ECB7 Fringy Flower

📋 copy color: '#A5ECB7'

red 165 ◦ green 236 ◦ blue 183

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

Shades of Fringy Flower #A5ECB7

Tints of Fringy Flower #A5ECB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.34%

R = 28.25%
G = 40.41%
B = 31.34%

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

#A5ECB7 (or 0xA5ECB7) is known color: Fringy Flower. HEX triplet: A5, EC and B7. RGB value is (165,236,183). Sum of RGB (Red+Green+Blue) = 165+236+183=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECB7 is #5A1348. Grayscale: #D0D0D0. Windows color (decimal): -5903177 or 12053669. OLE color: 12053669.

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

Color convert

RGB 165 236 183 -
CMYK 0.30 0 0.22 0.07
HSL 135.21º 0.65% 0.79% -
HSV(B) 135.21º 0.3% 0.93% -
XYZ 54.06 71.41 55.73 -
YUV 208.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 165 236 183 0.30 0 0.22 0.07 135.21 0.65 0.79
Hex A5 EC B7 1E 0 16 7 87 41 4F
Octal 245 354 267 36 0 26 7 207 101 117
Binary 10100101 11101100 10110111 11110 0 10110 111 10000111 1000001 1001111

Color Harmonies of #A5ECB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECB7

Black with #A5ECB7

Text Example


Text Example

White with #A5ECB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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