Html Css Color HEX #A1ECAF Celadon

📋 copy color: '#A1ECAF'

red 161 ◦ green 236 ◦ blue 175

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

Shades of Celadon #A1ECAF

Tints of Celadon #A1ECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 28.15%
G = 41.26%
B = 30.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A1ECAF (or 0xA1ECAF) is known color: Celadon. HEX triplet: A1, EC and AF. RGB value is (161,236,175). Sum of RGB (Red+Green+Blue) = 161+236+175=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAF is #5E1350. Grayscale: #CECECE. Windows color (decimal): -6165329 or 11529377. OLE color: 11529377.

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

Color convert

RGB 161 236 175 -
CMYK 0.32 0 0.26 0.07
HSL 131.2º 0.66% 0.78% -
HSV(B) 131.2º 0.32% 0.93% -
XYZ 52.43 70.66 51.43 -
YUV 206.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 161 236 175 0.32 0 0.26 0.07 131.2 0.66 0.78
Hex A1 EC AF 20 0 1A 7 83 42 4E
Octal 241 354 257 40 0 32 7 203 102 116
Binary 10100001 11101100 10101111 100000 0 11010 111 10000011 1000010 1001110

Color Harmonies of #A1ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ECAF

Black with #A1ECAF

Text Example


Text Example

White with #A1ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ECAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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