Html Css Color HEX #6FFBAC Aquamarine

📋 copy color: '#6FFBAC'

red 111 ◦ green 251 ◦ blue 172

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

Shades of Aquamarine #6FFBAC

Tints of Aquamarine #6FFBAC

RGB

 RED value IS 111 (43.75% from 255) = 20.79%

 GREEN value IS 251 (98.44% from 255) = 47%

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

R = 20.79%
G = 47%
B = 32.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#6FFBAC (or 0x6FFBAC) is known color: Aquamarine. HEX triplet: 6F, FB and AC. RGB value is (111,251,172). Sum of RGB (Red+Green+Blue) = 111+251+172=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFBAC is #900453. Grayscale: #C8C8C8. Windows color (decimal): -9438292 or 11336559. OLE color: 11336559.

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

Color convert

RGB 111 251 172 -
CMYK 0.56 0 0.31 0.02
HSL 146.14º 0.95% 0.71% -
HSV(B) 146.14º 0.56% 0.98% -
XYZ 48.5 75.35 51.02 -
YUV 200.13 112.12 64.42 -
System Red Green Blue C M Y K H S L
Decimal 111 251 172 0.56 0 0.31 0.02 146.14 0.95 0.71
Hex 6F FB AC 38 0 1F 2 92 5F 47
Octal 157 373 254 70 0 37 2 222 137 107
Binary 1101111 11111011 10101100 111000 0 11111 10 10010010 1011111 1000111

Color Harmonies of #6FFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFBAC

Black with #6FFBAC

Text Example


Text Example

White with #6FFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,251,172); }

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

background-color css

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

 a { background-color: rgb(111,251,172); }

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

border-color css

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

 span { border-color: rgb(111,251,172); }

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