Html Css Color HEX #6FEDCD Aquamarine

📋 copy color: '#6FEDCD'

red 111 ◦ green 237 ◦ blue 205

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

Shades of Aquamarine #6FEDCD

Tints of Aquamarine #6FEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 20.07%
G = 42.86%
B = 37.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#6FEDCD (or 0x6FEDCD) is known color: Aquamarine. HEX triplet: 6F, ED and CD. RGB value is (111,237,205). Sum of RGB (Red+Green+Blue) = 111+237+205=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDCD is #901232. Grayscale: #C3C3C3. Windows color (decimal): -9441843 or 13495663. OLE color: 13495663.

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

Color convert

RGB 111 237 205 -
CMYK 0.53 0 0.14 0.07
HSL 164.76º 0.78% 0.68% -
HSV(B) 164.76º 0.53% 0.93% -
XYZ 47.86 68.36 68.43 -
YUV 195.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 111 237 205 0.53 0 0.14 0.07 164.76 0.78 0.68
Hex 6F ED CD 35 0 E 7 A5 4E 44
Octal 157 355 315 65 0 16 7 245 116 104
Binary 1101111 11101101 11001101 110101 0 1110 111 10100101 1001110 1000100

Color Harmonies of #6FEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDCD

Black with #6FEDCD

Text Example


Text Example

White with #6FEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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