Html Css Color HEX #6EFACF Aquamarine

📋 copy color: '#6EFACF'

red 110 ◦ green 250 ◦ blue 207

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

Shades of Aquamarine #6EFACF

Tints of Aquamarine #6EFACF

RGB

 RED value IS 110 (43.36% from 255) = 19.4%

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

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

R = 19.4%
G = 44.09%
B = 36.51%

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

#6EFACF (or 0x6EFACF) is known color: Aquamarine. HEX triplet: 6E, FA and CF. RGB value is (110,250,207). Sum of RGB (Red+Green+Blue) = 110+250+207=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFACF is #910530. Grayscale: #CBCBCB. Windows color (decimal): -9504049 or 13630062. OLE color: 13630062.

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

Color convert

RGB 110 250 207 -
CMYK 0.56 0 0.17 0.02
HSL 161.57º 0.93% 0.71% -
HSV(B) 161.57º 0.56% 0.98% -
XYZ 51.88 76.19 71 -
YUV 203.24 130.12 61.5 -
System Red Green Blue C M Y K H S L
Decimal 110 250 207 0.56 0 0.17 0.02 161.57 0.93 0.71
Hex 6E FA CF 38 0 11 2 A2 5D 47
Octal 156 372 317 70 0 21 2 242 135 107
Binary 1101110 11111010 11001111 111000 0 10001 10 10100010 1011101 1000111

Color Harmonies of #6EFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFACF

Black with #6EFACF

Text Example


Text Example

White with #6EFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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