Html Css Color HEX #6EEDCF Aquamarine

📋 copy color: '#6EEDCF'

red 110 ◦ green 237 ◦ blue 207

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

Shades of Aquamarine #6EEDCF

Tints of Aquamarine #6EEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

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

R = 19.86%
G = 42.78%
B = 37.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6EEDCF (or 0x6EEDCF) is known color: Aquamarine. HEX triplet: 6E, ED and CF. RGB value is (110,237,207). Sum of RGB (Red+Green+Blue) = 110+237+207=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDCF is #911230. Grayscale: #C3C3C3. Windows color (decimal): -9507377 or 13626734. OLE color: 13626734.

HSL color Cylindrical-coordinate representation of color #6EEDCF: hue angle of 165.83º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDCF is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 237 207 -
CMYK 0.54 0 0.13 0.07
HSL 165.83º 0.78% 0.68% -
HSV(B) 165.83º 0.54% 0.93% -
XYZ 47.98 68.39 69.7 -
YUV 195.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 110 237 207 0.54 0 0.13 0.07 165.83 0.78 0.68
Hex 6E ED CF 36 0 D 7 A6 4E 44
Octal 156 355 317 66 0 15 7 246 116 104
Binary 1101110 11101101 11001111 110110 0 1101 111 10100110 1001110 1000100

Color Harmonies of #6EEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDCF

Black with #6EEDCF

Text Example


Text Example

White with #6EEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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