Html Css Color HEX #A5ECAC Celadon

📋 copy color: '#A5ECAC'

red 165 ◦ green 236 ◦ blue 172

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

Shades of Celadon #A5ECAC

Tints of Celadon #A5ECAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 28.8%
G = 41.19%
B = 30.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A5ECAC (or 0xA5ECAC) is known color: Celadon. HEX triplet: A5, EC and AC. RGB value is (165,236,172). Sum of RGB (Red+Green+Blue) = 165+236+172=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ECAC is #5A1353. Grayscale: #CFCFCF. Windows color (decimal): -5903188 or 11332773. OLE color: 11332773.

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

Color convert

RGB 165 236 172 -
CMYK 0.30 0 0.27 0.07
HSL 125.92º 0.65% 0.79% -
HSV(B) 125.92º 0.3% 0.93% -
XYZ 52.96 70.97 49.94 -
YUV 207.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 165 236 172 0.30 0 0.27 0.07 125.92 0.65 0.79
Hex A5 EC AC 1E 0 1B 7 7E 41 4F
Octal 245 354 254 36 0 33 7 176 101 117
Binary 10100101 11101100 10101100 11110 0 11011 111 1111110 1000001 1001111

Color Harmonies of #A5ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECAC

Black with #A5ECAC

Text Example


Text Example

White with #A5ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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