Html Css Color HEX #6FEDC8 Aquamarine

📋 copy color: '#6FEDC8'

red 111 ◦ green 237 ◦ blue 200

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

Shades of Aquamarine #6FEDC8

Tints of Aquamarine #6FEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.5%

R = 20.26%
G = 43.25%
B = 36.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#6FEDC8 (or 0x6FEDC8) is known color: Aquamarine. HEX triplet: 6F, ED and C8. RGB value is (111,237,200). Sum of RGB (Red+Green+Blue) = 111+237+200=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDC8 is #901237. Grayscale: #C3C3C3. Windows color (decimal): -9441848 or 13167983. OLE color: 13167983.

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

Color convert

RGB 111 237 200 -
CMYK 0.53 0 0.16 0.07
HSL 162.38º 0.78% 0.68% -
HSV(B) 162.38º 0.53% 0.93% -
XYZ 47.27 68.12 65.3 -
YUV 195.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 111 237 200 0.53 0 0.16 0.07 162.38 0.78 0.68
Hex 6F ED C8 35 0 10 7 A2 4E 44
Octal 157 355 310 65 0 20 7 242 116 104
Binary 1101111 11101101 11001000 110101 0 10000 111 10100010 1001110 1000100

Color Harmonies of #6FEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDC8

Black with #6FEDC8

Text Example


Text Example

White with #6FEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,237,200); }

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

background-color css

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

 a { background-color: rgb(111,237,200); }

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

border-color css

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

 span { border-color: rgb(111,237,200); }

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