#6FCDB2

Color #6FCDB2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6FCDB2

Tints of Medium Aquamarine #6FCDB2

Color information

#6FCDB2 (or 0x6FCDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CD and B2. RGB value is (111,205,178). Sum of RGB (Red+Green+Blue) = 111+205+178=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCDB2 is #90324D. Grayscale: #ADADAD. Windows color (decimal): -9450062 or 11717999. OLE color: 11717999.

HSL color Cylindrical-coordinate representation of color #6FCDB2: hue angle of 162.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDB2 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB111205178-
CMYK0.4600.130.20
HSL162.77º48.45%61.96%-
HSV(B)162.77º45.85%80.39%-
XYZ36.4250.2649.9-
YUV173.82130.3683.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.47%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=22.47%
G=41.50%
B=36.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051780.4600.130.20162.7748.4561.96
Hex6FCDB22E0D14a3303e
Octal15731526256015242436076
Binary11011111100110110110010101110011011010010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FCDB2;
 }
 .AnyTagClassName
 {
   color: #6FCDB2;
 }
</style>
background-color css

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

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

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

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

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

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