Html Css Color HEX #6AFBAC Aquamarine

📋 copy color: '#6AFBAC'

red 106 ◦ green 251 ◦ blue 172

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

Shades of Aquamarine #6AFBAC

Tints of Aquamarine #6AFBAC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

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

R = 20.04%
G = 47.45%
B = 32.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#6AFBAC (or 0x6AFBAC) is known color: Aquamarine. HEX triplet: 6A, FB and AC. RGB value is (106,251,172). Sum of RGB (Red+Green+Blue) = 106+251+172=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBAC is #950453. Grayscale: #C6C6C6. Windows color (decimal): -9765972 or 11336554. OLE color: 11336554.

HSL color Cylindrical-coordinate representation of color #6AFBAC: hue angle of 147.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBAC is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 172 -
CMYK 0.58 0 0.31 0.02
HSL 147.31º 0.95% 0.7% -
HSV(B) 147.31º 0.58% 0.98% -
XYZ 47.89 75.04 50.99 -
YUV 198.64 112.96 61.92 -
System Red Green Blue C M Y K H S L
Decimal 106 251 172 0.58 0 0.31 0.02 147.31 0.95 0.7
Hex 6A FB AC 3A 0 1F 2 93 5F 46
Octal 152 373 254 72 0 37 2 223 137 106
Binary 1101010 11111011 10101100 111010 0 11111 10 10010011 1011111 1000110

Color Harmonies of #6AFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBAC

Black with #6AFBAC

Text Example


Text Example

White with #6AFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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