Html Css Color HEX #6AFCAC Aquamarine

📋 copy color: '#6AFCAC'

red 106 ◦ green 252 ◦ blue 172

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

Shades of Aquamarine #6AFCAC

Tints of Aquamarine #6AFCAC

RGB

 RED value IS 106 (41.8% from 255) = 20%

 GREEN value IS 252 (98.83% from 255) = 47.55%

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 20%
G = 47.55%
B = 32.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#6AFCAC (or 0x6AFCAC) is known color: Aquamarine. HEX triplet: 6A, FC and AC. RGB value is (106,252,172). Sum of RGB (Red+Green+Blue) = 106+252+172=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFCAC is #950353. Grayscale: #C7C7C7. Windows color (decimal): -9765716 or 11336810. OLE color: 11336810.

HSL color Cylindrical-coordinate representation of color #6AFCAC: hue angle of 147.12º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCAC is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 252 172 -
CMYK 0.58 0 0.32 0.01
HSL 147.12º 0.96% 0.7% -
HSV(B) 147.12º 0.58% 0.99% -
XYZ 48.2 75.66 51.09 -
YUV 199.23 112.63 61.5 -
System Red Green Blue C M Y K H S L
Decimal 106 252 172 0.58 0 0.32 0.01 147.12 0.96 0.7
Hex 6A FC AC 3A 0 20 1 93 60 46
Octal 152 374 254 72 0 40 1 223 140 106
Binary 1101010 11111100 10101100 111010 0 100000 1 10010011 1100000 1000110

Color Harmonies of #6AFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCAC

Black with #6AFCAC

Text Example


Text Example

White with #6AFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AFCAC; }

 p { color: rgb(106,252,172); }

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

background-color css

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

 a { background-color: rgb(106,252,172); }

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

border-color css

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

 span { border-color: rgb(106,252,172); }

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