Html Css Color HEX #6FFAB0 Aquamarine

📋 copy color: '#6FFAB0'

red 111 ◦ green 250 ◦ blue 176

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

Shades of Aquamarine #6FFAB0

Tints of Aquamarine #6FFAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 20.67%
G = 46.55%
B = 32.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#6FFAB0 (or 0x6FFAB0) is known color: Aquamarine. HEX triplet: 6F, FA and B0. RGB value is (111,250,176). Sum of RGB (Red+Green+Blue) = 111+250+176=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFAB0 is #90054F. Grayscale: #C8C8C8. Windows color (decimal): -9438544 or 11598447. OLE color: 11598447.

HSL color Cylindrical-coordinate representation of color #6FFAB0: hue angle of 148.06º degrees, saturation: 0.93, 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 #6FFAB0 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 250 176 -
CMYK 0.56 0 0.30 0.02
HSL 148.06º 0.93% 0.71% -
HSV(B) 148.06º 0.56% 0.98% -
XYZ 48.58 74.89 52.97 -
YUV 200 114.45 64.52 -
System Red Green Blue C M Y K H S L
Decimal 111 250 176 0.56 0 0.30 0.02 148.06 0.93 0.71
Hex 6F FA B0 38 0 1E 2 94 5D 47
Octal 157 372 260 70 0 36 2 224 135 107
Binary 1101111 11111010 10110000 111000 0 11110 10 10010100 1011101 1000111

Color Harmonies of #6FFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAB0

Black with #6FFAB0

Text Example


Text Example

White with #6FFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,250,176); }

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

background-color css

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

 a { background-color: rgb(111,250,176); }

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

border-color css

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

 span { border-color: rgb(111,250,176); }

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