#6BFDA5

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

Shades of Medium Aquamarine #6BFDA5

Tints of Medium Aquamarine #6BFDA5

Color information

#6BFDA5 (or 0x6BFDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, FD and A5. RGB value is (107,253,165). Sum of RGB (Red+Green+Blue) = 107+253+165=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFDA5 is #94025A. Grayscale: #C7C7C7. Windows color (decimal): -9699931 or 10878315. OLE color: 10878315.

HSL color Cylindrical-coordinate representation of color #6BFDA5: hue angle of 143.84º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDA5 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB107253165-
CMYK0.5800.350.01
HSL143.84º97.33%70.59%-
HSV(B)143.84º57.71%99.22%-
XYZ47.9876.0947.76-
YUV199.31108.6362.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.38%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=20.38%
G=48.19%
B=31.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072531650.5800.350.01143.8497.3370.59
Hex6BFDA53A0231906147
Octal153375245720431220141107
Binary11010111111110110100101111010010001111001000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,253,165); }

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

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

 a { background-color: rgb(107,253,165); }

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

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

 span { border-color: rgb(107,253,165); }

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