Html Css Color HEX #A2EAE2 Pale Turquoise

📋 copy color: '#A2EAE2'

red 162 ◦ green 234 ◦ blue 226

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

Shades of Pale Turquoise #A2EAE2

Tints of Pale Turquoise #A2EAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 226 (88.67% from 255) = 36.33%

R = 26.05%
G = 37.62%
B = 36.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A2EAE2 (or 0xA2EAE2) is known color: Pale Turquoise. HEX triplet: A2, EA and E2. RGB value is (162,234,226). Sum of RGB (Red+Green+Blue) = 162+234+226=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAE2 is #5D151D. Grayscale: #D3D3D3. Windows color (decimal): -6100254 or 14871202. OLE color: 14871202.

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

Color convert

RGB 162 234 226 -
CMYK 0.31 0 0.03 0.08
HSL 173.33º 0.63% 0.78% -
HSV(B) 173.33º 0.31% 0.92% -
XYZ 58.05 72.02 82.79 -
YUV 211.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 162 234 226 0.31 0 0.03 0.08 173.33 0.63 0.78
Hex A2 EA E2 1F 0 3 8 AD 3F 4E
Octal 242 352 342 37 0 3 10 255 77 116
Binary 10100010 11101010 11100010 11111 0 11 1000 10101101 111111 1001110

Color Harmonies of #A2EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EAE2

Black with #A2EAE2

Text Example


Text Example

White with #A2EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EAE2; }

 p { color: rgb(162,234,226); }

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

background-color css

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

 a { background-color: rgb(162,234,226); }

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

border-color css

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

 span { border-color: rgb(162,234,226); }

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