Html Css Color HEX #6EFFCF Aquamarine

📋 copy color: '#6EFFCF'

red 110 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #6EFFCF

Tints of Aquamarine #6EFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 44.58%

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

R = 19.23%
G = 44.58%
B = 36.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#6EFFCF (or 0x6EFFCF) is known color: Aquamarine. HEX triplet: 6E, FF and CF. RGB value is (110,255,207). Sum of RGB (Red+Green+Blue) = 110+255+207=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFCF is #910030. Grayscale: #CECECE. Windows color (decimal): -9502769 or 13631342. OLE color: 13631342.

HSL color Cylindrical-coordinate representation of color #6EFFCF: hue angle of 160.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFCF is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 207 -
CMYK 0.57 0 0.19 0
HSL 160.14º 1% 0.72% -
HSV(B) 160.14º 0.57% 1% -
XYZ 53.45 79.34 71.53 -
YUV 206.17 128.46 59.4 -
System Red Green Blue C M Y K H S L
Decimal 110 255 207 0.57 0 0.19 0 160.14 1 0.72
Hex 6E FF CF 39 0 13 0 A0 64 48
Octal 156 377 317 71 0 23 0 240 144 110
Binary 1101110 11111111 11001111 111001 0 10011 0 10100000 1100100 1001000

Color Harmonies of #6EFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFCF

Black with #6EFFCF

Text Example


Text Example

White with #6EFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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