Html Css Color HEX #6FFACF Aquamarine

📋 copy color: '#6FFACF'

red 111 ◦ green 250 ◦ blue 207

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

Shades of Aquamarine #6FFACF

Tints of Aquamarine #6FFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 19.54%
G = 44.01%
B = 36.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#6FFACF (or 0x6FFACF) is known color: Aquamarine. HEX triplet: 6F, FA and CF. RGB value is (111,250,207). Sum of RGB (Red+Green+Blue) = 111+250+207=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFACF is #900530. Grayscale: #CBCBCB. Windows color (decimal): -9438513 or 13630063. OLE color: 13630063.

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

Color convert

RGB 111 250 207 -
CMYK 0.56 0 0.17 0.02
HSL 161.44º 0.93% 0.71% -
HSV(B) 161.44º 0.56% 0.98% -
XYZ 52 76.26 71.01 -
YUV 203.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 111 250 207 0.56 0 0.17 0.02 161.44 0.93 0.71
Hex 6F FA CF 38 0 11 2 A1 5D 47
Octal 157 372 317 70 0 21 2 241 135 107
Binary 1101111 11111010 11001111 111000 0 10001 10 10100001 1011101 1000111

Color Harmonies of #6FFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFACF

Black with #6FFACF

Text Example


Text Example

White with #6FFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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