Html Css Color HEX #A2EEB4 Celadon

📋 copy color: '#A2EEB4'

red 162 ◦ green 238 ◦ blue 180

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

Shades of Celadon #A2EEB4

Tints of Celadon #A2EEB4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

 BLUE value IS 180 (70.7% from 255) = 31.03%

R = 27.93%
G = 41.03%
B = 31.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#A2EEB4 (or 0xA2EEB4) is known color: Celadon. HEX triplet: A2, EE and B4. RGB value is (162,238,180). Sum of RGB (Red+Green+Blue) = 162+238+180=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEB4 is #5D114B. Grayscale: #D0D0D0. Windows color (decimal): -6099276 or 11857570. OLE color: 11857570.

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

Color convert

RGB 162 238 180 -
CMYK 0.32 0 0.24 0.07
HSL 134.21º 0.69% 0.78% -
HSV(B) 134.21º 0.32% 0.93% -
XYZ 53.71 72.13 54.27 -
YUV 208.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 162 238 180 0.32 0 0.24 0.07 134.21 0.69 0.78
Hex A2 EE B4 20 0 18 7 86 45 4E
Octal 242 356 264 40 0 30 7 206 105 116
Binary 10100010 11101110 10110100 100000 0 11000 111 10000110 1000101 1001110

Color Harmonies of #A2EEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EEB4

Black with #A2EEB4

Text Example


Text Example

White with #A2EEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EEB4; }

 p { color: rgb(162,238,180); }

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

background-color css

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

 a { background-color: rgb(162,238,180); }

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

border-color css

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

 span { border-color: rgb(162,238,180); }

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