Html Css Color HEX #6BFAAC Aquamarine

📋 copy color: '#6BFAAC'

red 107 ◦ green 250 ◦ blue 172

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

Shades of Aquamarine #6BFAAC

Tints of Aquamarine #6BFAAC

RGB

 RED value IS 107 (42.19% from 255) = 20.23%

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

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 20.23%
G = 47.26%
B = 32.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#6BFAAC (or 0x6BFAAC) is known color: Aquamarine. HEX triplet: 6B, FA and AC. RGB value is (107,250,172). Sum of RGB (Red+Green+Blue) = 107+250+172=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFAAC is #940553. Grayscale: #C6C6C6. Windows color (decimal): -9700692 or 11336299. OLE color: 11336299.

HSL color Cylindrical-coordinate representation of color #6BFAAC: hue angle of 147.27º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAAC is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 250 172 -
CMYK 0.57 0 0.31 0.02
HSL 147.27º 0.93% 0.7% -
HSV(B) 147.27º 0.57% 0.98% -
XYZ 47.7 74.48 50.89 -
YUV 198.35 113.12 62.84 -
System Red Green Blue C M Y K H S L
Decimal 107 250 172 0.57 0 0.31 0.02 147.27 0.93 0.7
Hex 6B FA AC 39 0 1F 2 93 5D 46
Octal 153 372 254 71 0 37 2 223 135 106
Binary 1101011 11111010 10101100 111001 0 11111 10 10010011 1011101 1000110

Color Harmonies of #6BFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFAAC

Black with #6BFAAC

Text Example


Text Example

White with #6BFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,250,172); }

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

background-color css

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

 a { background-color: rgb(107,250,172); }

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

border-color css

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

 span { border-color: rgb(107,250,172); }

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