Html Css Color HEX #A7EAE2 Pale Turquoise

📋 copy color: '#A7EAE2'

red 167 ◦ green 234 ◦ blue 226

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

Shades of Pale Turquoise #A7EAE2

Tints of Pale Turquoise #A7EAE2

RGB

 RED value IS 167 (65.63% from 255) = 26.63%

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

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

R = 26.63%
G = 37.32%
B = 36.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A7EAE2 (or 0xA7EAE2) is known color: Pale Turquoise. HEX triplet: A7, EA and E2. RGB value is (167,234,226). Sum of RGB (Red+Green+Blue) = 167+234+226=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAE2 is #58151D. Grayscale: #D5D5D5. Windows color (decimal): -5772574 or 14871207. OLE color: 14871207.

HSL color Cylindrical-coordinate representation of color #A7EAE2: hue angle of 172.84º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAE2 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 234 226 -
CMYK 0.29 0 0.03 0.08
HSL 172.84º 0.61% 0.79% -
HSV(B) 172.84º 0.29% 0.92% -
XYZ 59.09 72.55 82.84 -
YUV 213.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 167 234 226 0.29 0 0.03 0.08 172.84 0.61 0.79
Hex A7 EA E2 1D 0 3 8 AD 3D 4F
Octal 247 352 342 35 0 3 10 255 75 117
Binary 10100111 11101010 11100010 11101 0 11 1000 10101101 111101 1001111

Color Harmonies of #A7EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EAE2

Black with #A7EAE2

Text Example


Text Example

White with #A7EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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