Html Css Color HEX #A6E7E5 Pale Turquoise

📋 copy color: '#A6E7E5'

red 166 ◦ green 231 ◦ blue 229

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

Shades of Pale Turquoise #A6E7E5

Tints of Pale Turquoise #A6E7E5

RGB

 RED value IS 166 (65.23% from 255) = 26.52%

 GREEN value IS 231 (90.63% from 255) = 36.9%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 26.52%
G = 36.9%
B = 36.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#A6E7E5 (or 0xA6E7E5) is known color: Pale Turquoise. HEX triplet: A6, E7 and E5. RGB value is (166,231,229). Sum of RGB (Red+Green+Blue) = 166+231+229=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7E5 is #59181A. Grayscale: #D3D3D3. Windows color (decimal): -5838875 or 15067046. OLE color: 15067046.

HSL color Cylindrical-coordinate representation of color #A6E7E5: hue angle of 178.15º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E7E5 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 231 229 -
CMYK 0.28 0 0.01 0.09
HSL 178.15º 0.58% 0.78% -
HSV(B) 178.15º 0.28% 0.91% -
XYZ 58.44 70.92 84.74 -
YUV 211.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 166 231 229 0.28 0 0.01 0.09 178.15 0.58 0.78
Hex A6 E7 E5 1C 0 1 9 B2 3A 4E
Octal 246 347 345 34 0 1 11 262 72 116
Binary 10100110 11100111 11100101 11100 0 1 1001 10110010 111010 1001110

Color Harmonies of #A6E7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E7E5

Black with #A6E7E5

Text Example


Text Example

White with #A6E7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E7E5; }

 p { color: rgb(166,231,229); }

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

background-color css

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

 a { background-color: rgb(166,231,229); }

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

border-color css

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

 span { border-color: rgb(166,231,229); }

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