Html Css Color HEX #A1ECAB Celadon

📋 copy color: '#A1ECAB'

red 161 ◦ green 236 ◦ blue 171

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

Shades of Celadon #A1ECAB

Tints of Celadon #A1ECAB

RGB

 RED value IS 161 (63.28% from 255) = 28.35%

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

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 28.35%
G = 41.55%
B = 30.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#A1ECAB (or 0xA1ECAB) is known color: Celadon. HEX triplet: A1, EC and AB. RGB value is (161,236,171). Sum of RGB (Red+Green+Blue) = 161+236+171=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAB is #5E1354. Grayscale: #CECECE. Windows color (decimal): -6165333 or 11267233. OLE color: 11267233.

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

Color convert

RGB 161 236 171 -
CMYK 0.32 0 0.28 0.07
HSL 128º 0.66% 0.78% -
HSV(B) 128º 0.32% 0.93% -
XYZ 52.04 70.51 49.39 -
YUV 206.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 161 236 171 0.32 0 0.28 0.07 128 0.66 0.78
Hex A1 EC AB 20 0 1C 7 80 42 4E
Octal 241 354 253 40 0 34 7 200 102 116
Binary 10100001 11101100 10101011 100000 0 11100 111 10000000 1000010 1001110

Color Harmonies of #A1ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECAB

Black with #A1ECAB

Text Example


Text Example

White with #A1ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECAB; }

 p { color: rgb(161,236,171); }

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

background-color css

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

 a { background-color: rgb(161,236,171); }

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

border-color css

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

 span { border-color: rgb(161,236,171); }

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