Html Css Color HEX #6FEDD8 Aquamarine

📋 copy color: '#6FEDD8'

red 111 ◦ green 237 ◦ blue 216

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

Shades of Aquamarine #6FEDD8

Tints of Aquamarine #6FEDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 19.68%
G = 42.02%
B = 38.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#6FEDD8 (or 0x6FEDD8) is known color: Aquamarine. HEX triplet: 6F, ED and D8. RGB value is (111,237,216). Sum of RGB (Red+Green+Blue) = 111+237+216=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDD8 is #901227. Grayscale: #C4C4C4. Windows color (decimal): -9441832 or 14216559. OLE color: 14216559.

HSL color Cylindrical-coordinate representation of color #6FEDD8: hue angle of 170º 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 #6FEDD8 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 237 216 -
CMYK 0.53 0 0.09 0.07
HSL 170º 0.78% 0.68% -
HSV(B) 170º 0.53% 0.93% -
XYZ 49.23 68.91 75.67 -
YUV 196.93 138.76 66.71 -
System Red Green Blue C M Y K H S L
Decimal 111 237 216 0.53 0 0.09 0.07 170 0.78 0.68
Hex 6F ED D8 35 0 9 7 AA 4E 44
Octal 157 355 330 65 0 11 7 252 116 104
Binary 1101111 11101101 11011000 110101 0 1001 111 10101010 1001110 1000100

Color Harmonies of #6FEDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDD8

Black with #6FEDD8

Text Example


Text Example

White with #6FEDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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