#6BEDD6

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

Shades of Aquamarine #6BEDD6

Tints of Aquamarine #6BEDD6

Color information

#6BEDD6 (or 0x6BEDD6) is unknown color: approx Aquamarine. HEX triplet: 6B, ED and D6. RGB value is (107,237,214). Sum of RGB (Red+Green+Blue) = 107+237+214=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDD6 is #941229. Grayscale: #C3C3C3. Windows color (decimal): -9703978 or 14085483. OLE color: 14085483.

HSL color Cylindrical-coordinate representation of color #6BEDD6: hue angle of 169.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEDD6 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB107237214-
CMYK0.5500.100.07
HSL169.38º78.31%67.45%-
HSV(B)169.38º54.85%92.94%-
XYZ48.4968.5574.29-
YUV195.51138.4364.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.18%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=19.18%
G=42.47%
B=38.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072372140.5500.100.07169.3878.3167.45
Hex6BEDD6370A7a94e43
Octal153355326670127251116103
Binary11010111110110111010110110111010101111010100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,237,214); }

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

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

 a { background-color: rgb(107,237,214); }

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

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

 span { border-color: rgb(107,237,214); }

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