Html Css Color HEX #A9ECB1 Celadon

📋 copy color: '#A9ECB1'

red 169 ◦ green 236 ◦ blue 177

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

Shades of Celadon #A9ECB1

Tints of Celadon #A9ECB1

RGB

 RED value IS 169 (66.41% from 255) = 29.04%

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

 BLUE value IS 177 (69.53% from 255) = 30.41%

R = 29.04%
G = 40.55%
B = 30.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#A9ECB1 (or 0xA9ECB1) is known color: Celadon. HEX triplet: A9, EC and B1. RGB value is (169,236,177). Sum of RGB (Red+Green+Blue) = 169+236+177=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9ECB1 is #56134E. Grayscale: #D1D1D1. Windows color (decimal): -5641039 or 11660457. OLE color: 11660457.

HSL color Cylindrical-coordinate representation of color #A9ECB1: hue angle of 127.16º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECB1 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 236 177 -
CMYK 0.28 0 0.25 0.07
HSL 127.16º 0.64% 0.79% -
HSV(B) 127.16º 0.28% 0.93% -
XYZ 54.29 71.6 52.55 -
YUV 209.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 169 236 177 0.28 0 0.25 0.07 127.16 0.64 0.79
Hex A9 EC B1 1C 0 19 7 7F 40 4F
Octal 251 354 261 34 0 31 7 177 100 117
Binary 10101001 11101100 10110001 11100 0 11001 111 1111111 1000000 1001111

Color Harmonies of #A9ECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ECB1

Black with #A9ECB1

Text Example


Text Example

White with #A9ECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ECB1; }

 p { color: rgb(169,236,177); }

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

background-color css

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

 a { background-color: rgb(169,236,177); }

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

border-color css

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

 span { border-color: rgb(169,236,177); }

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