Html Css Color HEX #6AFABA Aquamarine

📋 copy color: '#6AFABA'

red 106 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #6AFABA

Tints of Aquamarine #6AFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 19.56%
G = 46.13%
B = 34.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#6AFABA (or 0x6AFABA) is known color: Aquamarine. HEX triplet: 6A, FA and BA. RGB value is (106,250,186). Sum of RGB (Red+Green+Blue) = 106+250+186=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFABA is #950545. Grayscale: #C7C7C7. Windows color (decimal): -9766214 or 12253802. OLE color: 12253802.

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

Color convert

RGB 106 250 186 -
CMYK 0.58 0 0.26 0.02
HSL 153.33º 0.94% 0.7% -
HSV(B) 153.33º 0.58% 0.98% -
XYZ 48.99 74.98 58.34 -
YUV 199.65 120.29 61.2 -
System Red Green Blue C M Y K H S L
Decimal 106 250 186 0.58 0 0.26 0.02 153.33 0.94 0.7
Hex 6A FA BA 3A 0 1A 2 99 5E 46
Octal 152 372 272 72 0 32 2 231 136 106
Binary 1101010 11111010 10111010 111010 0 11010 10 10011001 1011110 1000110

Color Harmonies of #6AFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFABA

Black with #6AFABA

Text Example


Text Example

White with #6AFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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