Html Css Color HEX #A5ECBC Fringy Flower

📋 copy color: '#A5ECBC'

red 165 ◦ green 236 ◦ blue 188

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

Shades of Fringy Flower #A5ECBC

Tints of Fringy Flower #A5ECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 28.01%
G = 40.07%
B = 31.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#A5ECBC (or 0xA5ECBC) is known color: Fringy Flower. HEX triplet: A5, EC and BC. RGB value is (165,236,188). Sum of RGB (Red+Green+Blue) = 165+236+188=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECBC is #5A1343. Grayscale: #D1D1D1. Windows color (decimal): -5903172 or 12381349. OLE color: 12381349.

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

Color convert

RGB 165 236 188 -
CMYK 0.30 0 0.20 0.07
HSL 139.44º 0.65% 0.79% -
HSV(B) 139.44º 0.3% 0.93% -
XYZ 54.59 71.62 58.52 -
YUV 209.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 165 236 188 0.30 0 0.20 0.07 139.44 0.65 0.79
Hex A5 EC BC 1E 0 14 7 8B 41 4F
Octal 245 354 274 36 0 24 7 213 101 117
Binary 10100101 11101100 10111100 11110 0 10100 111 10001011 1000001 1001111

Color Harmonies of #A5ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECBC

Black with #A5ECBC

Text Example


Text Example

White with #A5ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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