Html Css Color HEX #6AFABF Aquamarine

📋 copy color: '#6AFABF'

red 106 ◦ green 250 ◦ blue 191

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

Shades of Aquamarine #6AFABF

Tints of Aquamarine #6AFABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.92%

R = 19.38%
G = 45.7%
B = 34.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#6AFABF (or 0x6AFABF) is known color: Aquamarine. HEX triplet: 6A, FA and BF. RGB value is (106,250,191). Sum of RGB (Red+Green+Blue) = 106+250+191=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFABF is #950540. Grayscale: #C8C8C8. Windows color (decimal): -9766209 or 12581482. OLE color: 12581482.

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

Color convert

RGB 106 250 191 -
CMYK 0.58 0 0.24 0.02
HSL 155.42º 0.94% 0.7% -
HSV(B) 155.42º 0.58% 0.98% -
XYZ 49.53 75.2 61.19 -
YUV 200.22 122.79 60.8 -
System Red Green Blue C M Y K H S L
Decimal 106 250 191 0.58 0 0.24 0.02 155.42 0.94 0.7
Hex 6A FA BF 3A 0 18 2 9B 5E 46
Octal 152 372 277 72 0 30 2 233 136 106
Binary 1101010 11111010 10111111 111010 0 11000 10 10011011 1011110 1000110

Color Harmonies of #6AFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFABF

Black with #6AFABF

Text Example


Text Example

White with #6AFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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