Html Css Color HEX #A2EDB2 Celadon

📋 copy color: '#A2EDB2'

red 162 ◦ green 237 ◦ blue 178

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

Shades of Celadon #A2EDB2

Tints of Celadon #A2EDB2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

 BLUE value IS 178 (69.92% from 255) = 30.85%

R = 28.08%
G = 41.07%
B = 30.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#A2EDB2 (or 0xA2EDB2) is known color: Celadon. HEX triplet: A2, ED and B2. RGB value is (162,237,178). Sum of RGB (Red+Green+Blue) = 162+237+178=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDB2 is #5D124D. Grayscale: #D0D0D0. Windows color (decimal): -6099534 or 11726242. OLE color: 11726242.

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

Color convert

RGB 162 237 178 -
CMYK 0.32 0 0.25 0.07
HSL 132.8º 0.68% 0.78% -
HSV(B) 132.8º 0.32% 0.93% -
XYZ 53.22 71.46 53.11 -
YUV 207.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 162 237 178 0.32 0 0.25 0.07 132.8 0.68 0.78
Hex A2 ED B2 20 0 19 7 85 44 4E
Octal 242 355 262 40 0 31 7 205 104 116
Binary 10100010 11101101 10110010 100000 0 11001 111 10000101 1000100 1001110

Color Harmonies of #A2EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDB2

Black with #A2EDB2

Text Example


Text Example

White with #A2EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDB2; }

 p { color: rgb(162,237,178); }

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

background-color css

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

 a { background-color: rgb(162,237,178); }

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

border-color css

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

 span { border-color: rgb(162,237,178); }

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