Html Css Color HEX #A2EBA5 Celadon

📋 copy color: '#A2EBA5'

red 162 ◦ green 235 ◦ blue 165

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

Shades of Celadon #A2EBA5

Tints of Celadon #A2EBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.36%

R = 28.83%
G = 41.81%
B = 29.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#A2EBA5 (or 0xA2EBA5) is known color: Celadon. HEX triplet: A2, EB and A5. RGB value is (162,235,165). Sum of RGB (Red+Green+Blue) = 162+235+165=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA5 is #5D145A. Grayscale: #CDCDCD. Windows color (decimal): -6100059 or 10873762. OLE color: 10873762.

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

Color convert

RGB 162 235 165 -
CMYK 0.31 0 0.30 0.08
HSL 122.47º 0.65% 0.78% -
HSV(B) 122.47º 0.31% 0.92% -
XYZ 51.4 69.81 46.36 -
YUV 205.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 162 235 165 0.31 0 0.30 0.08 122.47 0.65 0.78
Hex A2 EB A5 1F 0 1E 8 7A 41 4E
Octal 242 353 245 37 0 36 10 172 101 116
Binary 10100010 11101011 10100101 11111 0 11110 1000 1111010 1000001 1001110

Color Harmonies of #A2EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBA5

Black with #A2EBA5

Text Example


Text Example

White with #A2EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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