Html Css Color HEX #A2EBAB Celadon

📋 copy color: '#A2EBAB'

red 162 ◦ green 235 ◦ blue 171

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

Shades of Celadon #A2EBAB

Tints of Celadon #A2EBAB

RGB

 RED value IS 162 (63.67% from 255) = 28.52%

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

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

R = 28.52%
G = 41.37%
B = 30.11%

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

#A2EBAB (or 0xA2EBAB) is known color: Celadon. HEX triplet: A2, EB and AB. RGB value is (162,235,171). Sum of RGB (Red+Green+Blue) = 162+235+171=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBAB is #5D1454. Grayscale: #CECECE. Windows color (decimal): -6100053 or 11266978. OLE color: 11266978.

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

Color convert

RGB 162 235 171 -
CMYK 0.31 0 0.27 0.08
HSL 127.4º 0.65% 0.78% -
HSV(B) 127.4º 0.31% 0.92% -
XYZ 51.96 70.04 49.31 -
YUV 205.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 162 235 171 0.31 0 0.27 0.08 127.4 0.65 0.78
Hex A2 EB AB 1F 0 1B 8 7F 41 4E
Octal 242 353 253 37 0 33 10 177 101 116
Binary 10100010 11101011 10101011 11111 0 11011 1000 1111111 1000001 1001110

Color Harmonies of #A2EBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBAB

Black with #A2EBAB

Text Example


Text Example

White with #A2EBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBAB; }

 p { color: rgb(162,235,171); }

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

background-color css

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

 a { background-color: rgb(162,235,171); }

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

border-color css

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

 span { border-color: rgb(162,235,171); }

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