Html Css Color HEX #A2F9F6 Pale Turquoise

📋 copy color: '#A2F9F6'

red 162 ◦ green 249 ◦ blue 246

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

Shades of Pale Turquoise #A2F9F6

Tints of Pale Turquoise #A2F9F6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

 BLUE value IS 246 (96.48% from 255) = 37.44%

R = 24.66%
G = 37.9%
B = 37.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#A2F9F6 (or 0xA2F9F6) is known color: Pale Turquoise. HEX triplet: A2, F9 and F6. RGB value is (162,249,246). Sum of RGB (Red+Green+Blue) = 162+249+246=657 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.66% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9F6 is #5D0609. Grayscale: #DEDEDE. Windows color (decimal): -6096394 or 16185762. OLE color: 16185762.

HSL color Cylindrical-coordinate representation of color #A2F9F6: hue angle of 177.93º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9F6 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 246 -
CMYK 0.35 0 0.01 0.02
HSL 177.93º 0.88% 0.81% -
HSV(B) 177.93º 0.35% 0.98% -
XYZ 65.41 82.09 99.59 -
YUV 222.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 162 249 246 0.35 0 0.01 0.02 177.93 0.88 0.81
Hex A2 F9 F6 23 0 1 2 B2 58 51
Octal 242 371 366 43 0 1 2 262 130 121
Binary 10100010 11111001 11110110 100011 0 1 10 10110010 1011000 1010001

Color Harmonies of #A2F9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F9F6

Black with #A2F9F6

Text Example


Text Example

White with #A2F9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F9F6; }

 p { color: rgb(162,249,246); }

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

background-color css

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

 a { background-color: rgb(162,249,246); }

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

border-color css

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

 span { border-color: rgb(162,249,246); }

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