#6BEDD0

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

Shades of Aquamarine #6BEDD0

Tints of Aquamarine #6BEDD0

Color information

#6BEDD0 (or 0x6BEDD0) is unknown color: approx Aquamarine. HEX triplet: 6B, ED and D0. RGB value is (107,237,208). Sum of RGB (Red+Green+Blue) = 107+237+208=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDD0 is #94122F. Grayscale: #C2C2C2. Windows color (decimal): -9703984 or 13692267. OLE color: 13692267.

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

Color convert

RGB107237208-
CMYK0.5500.120.07
HSL166.62º78.31%67.45%-
HSV(B)166.62º54.85%92.94%-
XYZ47.7368.2570.33-
YUV194.82135.4365.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.38%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=19.38%
G=42.93%
B=37.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072372080.5500.120.07166.6278.3167.45
Hex6BEDD0370C7a74e43
Octal153355320670147247116103
Binary11010111110110111010000110111011001111010011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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