Html Css Color HEX #6AF3BA Aquamarine

📋 copy color: '#6AF3BA'

red 106 ◦ green 243 ◦ blue 186

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

Shades of Aquamarine #6AF3BA

Tints of Aquamarine #6AF3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.42%

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

R = 19.81%
G = 45.42%
B = 34.77%

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

#6AF3BA (or 0x6AF3BA) is known color: Aquamarine. HEX triplet: 6A, F3 and BA. RGB value is (106,243,186). Sum of RGB (Red+Green+Blue) = 106+243+186=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3BA is #950C45. Grayscale: #C3C3C3. Windows color (decimal): -9768006 or 12252010. OLE color: 12252010.

HSL color Cylindrical-coordinate representation of color #6AF3BA: hue angle of 155.04º degrees, saturation: 0.85, 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 #6AF3BA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 186 -
CMYK 0.56 0 0.23 0.05
HSL 155.04º 0.85% 0.68% -
HSV(B) 155.04º 0.56% 0.95% -
XYZ 46.86 70.71 57.63 -
YUV 195.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 106 243 186 0.56 0 0.23 0.05 155.04 0.85 0.68
Hex 6A F3 BA 38 0 17 5 9B 55 44
Octal 152 363 272 70 0 27 5 233 125 104
Binary 1101010 11110011 10111010 111000 0 10111 101 10011011 1010101 1000100

Color Harmonies of #6AF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3BA

Black with #6AF3BA

Text Example


Text Example

White with #6AF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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