Html Css Color HEX #6FEDD5 Aquamarine

📋 copy color: '#6FEDD5'

red 111 ◦ green 237 ◦ blue 213

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

Shades of Aquamarine #6FEDD5

Tints of Aquamarine #6FEDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 19.79%
G = 42.25%
B = 37.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#6FEDD5 (or 0x6FEDD5) is known color: Aquamarine. HEX triplet: 6F, ED and D5. RGB value is (111,237,213). Sum of RGB (Red+Green+Blue) = 111+237+213=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDD5 is #90122A. Grayscale: #C4C4C4. Windows color (decimal): -9441835 or 14019951. OLE color: 14019951.

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

Color convert

RGB 111 237 213 -
CMYK 0.53 0 0.10 0.07
HSL 168.57º 0.78% 0.68% -
HSV(B) 168.57º 0.53% 0.93% -
XYZ 48.85 68.75 73.65 -
YUV 196.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 111 237 213 0.53 0 0.10 0.07 168.57 0.78 0.68
Hex 6F ED D5 35 0 A 7 A9 4E 44
Octal 157 355 325 65 0 12 7 251 116 104
Binary 1101111 11101101 11010101 110101 0 1010 111 10101001 1001110 1000100

Color Harmonies of #6FEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDD5

Black with #6FEDD5

Text Example


Text Example

White with #6FEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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