Html Css Color HEX #6AFAB0 Aquamarine

📋 copy color: '#6AFAB0'

red 106 ◦ green 250 ◦ blue 176

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

Shades of Aquamarine #6AFAB0

Tints of Aquamarine #6AFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 176 (69.14% from 255) = 33.08%

R = 19.92%
G = 46.99%
B = 33.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#6AFAB0 (or 0x6AFAB0) is known color: Aquamarine. HEX triplet: 6A, FA and B0. RGB value is (106,250,176). Sum of RGB (Red+Green+Blue) = 106+250+176=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAB0 is #95054F. Grayscale: #C6C6C6. Windows color (decimal): -9766224 or 11598442. OLE color: 11598442.

HSL color Cylindrical-coordinate representation of color #6AFAB0: hue angle of 149.17º degrees, saturation: 0.94, 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 #6AFAB0 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 176 -
CMYK 0.58 0 0.30 0.02
HSL 149.17º 0.94% 0.7% -
HSV(B) 149.17º 0.58% 0.98% -
XYZ 47.97 74.57 52.94 -
YUV 198.51 115.29 62.02 -
System Red Green Blue C M Y K H S L
Decimal 106 250 176 0.58 0 0.30 0.02 149.17 0.94 0.7
Hex 6A FA B0 3A 0 1E 2 95 5E 46
Octal 152 372 260 72 0 36 2 225 136 106
Binary 1101010 11111010 10110000 111010 0 11110 10 10010101 1011110 1000110

Color Harmonies of #6AFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAB0

Black with #6AFAB0

Text Example


Text Example

White with #6AFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,250,176); }

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

background-color css

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

 a { background-color: rgb(106,250,176); }

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

border-color css

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

 span { border-color: rgb(106,250,176); }

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