Html Css Color HEX #6FFAC1 Aquamarine

📋 copy color: '#6FFAC1'

red 111 ◦ green 250 ◦ blue 193

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

Shades of Aquamarine #6FFAC1

Tints of Aquamarine #6FFAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 20.04%
G = 45.13%
B = 34.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#6FFAC1 (or 0x6FFAC1) is known color: Aquamarine. HEX triplet: 6F, FA and C1. RGB value is (111,250,193). Sum of RGB (Red+Green+Blue) = 111+250+193=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC1 is #90053E. Grayscale: #CACACA. Windows color (decimal): -9438527 or 12712559. OLE color: 12712559.

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

Color convert

RGB 111 250 193 -
CMYK 0.56 0 0.23 0.02
HSL 155.4º 0.93% 0.71% -
HSV(B) 155.4º 0.56% 0.98% -
XYZ 50.37 75.6 62.39 -
YUV 201.94 122.95 63.13 -
System Red Green Blue C M Y K H S L
Decimal 111 250 193 0.56 0 0.23 0.02 155.4 0.93 0.71
Hex 6F FA C1 38 0 17 2 9B 5D 47
Octal 157 372 301 70 0 27 2 233 135 107
Binary 1101111 11111010 11000001 111000 0 10111 10 10011011 1011101 1000111

Color Harmonies of #6FFAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAC1

Black with #6FFAC1

Text Example


Text Example

White with #6FFAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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