Html Css Color HEX #6AF2BA Aquamarine

📋 copy color: '#6AF2BA'

red 106 ◦ green 242 ◦ blue 186

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

Shades of Aquamarine #6AF2BA

Tints of Aquamarine #6AF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

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

R = 19.85%
G = 45.32%
B = 34.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#6AF2BA (or 0x6AF2BA) is known color: Aquamarine. HEX triplet: 6A, F2 and BA. RGB value is (106,242,186). Sum of RGB (Red+Green+Blue) = 106+242+186=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF2BA is #950D45. Grayscale: #C3C3C3. Windows color (decimal): -9768262 or 12251754. OLE color: 12251754.

HSL color Cylindrical-coordinate representation of color #6AF2BA: hue angle of 155.29º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF2BA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 242 186 -
CMYK 0.56 0 0.23 0.05
HSL 155.29º 0.84% 0.68% -
HSV(B) 155.29º 0.56% 0.95% -
XYZ 46.56 70.11 57.53 -
YUV 194.95 122.94 64.55 -
System Red Green Blue C M Y K H S L
Decimal 106 242 186 0.56 0 0.23 0.05 155.29 0.84 0.68
Hex 6A F2 BA 38 0 17 5 9B 54 44
Octal 152 362 272 70 0 27 5 233 124 104
Binary 1101010 11110010 10111010 111000 0 10111 101 10011011 1010100 1000100

Color Harmonies of #6AF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2BA

Black with #6AF2BA

Text Example


Text Example

White with #6AF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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