Html Css Color HEX #A2EFB0 Celadon

📋 copy color: '#A2EFB0'

red 162 ◦ green 239 ◦ blue 176

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

Shades of Celadon #A2EFB0

Tints of Celadon #A2EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 28.08%
G = 41.42%
B = 30.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#A2EFB0 (or 0xA2EFB0) is known color: Celadon. HEX triplet: A2, EF and B0. RGB value is (162,239,176). Sum of RGB (Red+Green+Blue) = 162+239+176=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EFB0 is #5D104F. Grayscale: #D0D0D0. Windows color (decimal): -6099024 or 11595682. OLE color: 11595682.

HSL color Cylindrical-coordinate representation of color #A2EFB0: hue angle of 130.91º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFB0 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 176 -
CMYK 0.32 0 0.26 0.06
HSL 130.91º 0.71% 0.79% -
HSV(B) 130.91º 0.32% 0.94% -
XYZ 53.6 72.55 52.25 -
YUV 208.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 162 239 176 0.32 0 0.26 0.06 130.91 0.71 0.79
Hex A2 EF B0 20 0 1A 6 83 47 4F
Octal 242 357 260 40 0 32 6 203 107 117
Binary 10100010 11101111 10110000 100000 0 11010 110 10000011 1000111 1001111

Color Harmonies of #A2EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFB0

Black with #A2EFB0

Text Example


Text Example

White with #A2EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFB0; }

 p { color: rgb(162,239,176); }

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

background-color css

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

 a { background-color: rgb(162,239,176); }

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

border-color css

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

 span { border-color: rgb(162,239,176); }

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