#6BD09C

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

Shades of Medium Aquamarine #6BD09C

Tints of Medium Aquamarine #6BD09C

Color information

#6BD09C (or 0x6BD09C) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D0 and 9C. RGB value is (107,208,156). Sum of RGB (Red+Green+Blue) = 107+208+156=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD09C is #942F63. Grayscale: #ABABAB. Windows color (decimal): -9711460 or 10276971. OLE color: 10276971.

HSL color Cylindrical-coordinate representation of color #6BD09C: hue angle of 149.11º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD09C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB107208156-
CMYK0.4900.250.18
HSL149.11º51.79%61.76%-
HSV(B)149.11º48.56%81.57%-
XYZ34.6250.6439.4-
YUV171.87119.0481.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=22.72%
G=44.16%
B=33.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072081560.4900.250.18149.1151.7961.76
Hex6BD09C310191295343e
Octal15332023461031222256476
Binary110101111010000100111001100010110011001010010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,208,156); }

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

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

 a { background-color: rgb(107,208,156); }

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

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

 span { border-color: rgb(107,208,156); }

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