Html Css Color HEX #A1EBAC Celadon

📋 copy color: '#A1EBAC'

red 161 ◦ green 235 ◦ blue 172

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

Shades of Celadon #A1EBAC

Tints of Celadon #A1EBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.37%

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

R = 28.35%
G = 41.37%
B = 30.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#A1EBAC (or 0xA1EBAC) is known color: Celadon. HEX triplet: A1, EB and AC. RGB value is (161,235,172). Sum of RGB (Red+Green+Blue) = 161+235+172=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBAC is #5E1453. Grayscale: #CDCDCD. Windows color (decimal): -6165588 or 11332513. OLE color: 11332513.

HSL color Cylindrical-coordinate representation of color #A1EBAC: hue angle of 128.92º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBAC is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 172 -
CMYK 0.31 0 0.27 0.08
HSL 128.92º 0.65% 0.78% -
HSV(B) 128.92º 0.31% 0.92% -
XYZ 51.85 69.97 49.8 -
YUV 205.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 161 235 172 0.31 0 0.27 0.08 128.92 0.65 0.78
Hex A1 EB AC 1F 0 1B 8 81 41 4E
Octal 241 353 254 37 0 33 10 201 101 116
Binary 10100001 11101011 10101100 11111 0 11011 1000 10000001 1000001 1001110

Color Harmonies of #A1EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBAC

Black with #A1EBAC

Text Example


Text Example

White with #A1EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBAC; }

 p { color: rgb(161,235,172); }

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

background-color css

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

 a { background-color: rgb(161,235,172); }

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

border-color css

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

 span { border-color: rgb(161,235,172); }

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