#6beeca

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

Shades of Aquamarine #6BEECA

Tints of Aquamarine #6BEECA

Color information

#6BEECA (or 0x6BEECA) is unknown color: approx Aquamarine. HEX triplet: 6B, EE and CA. RGB value is (107,238,202). Sum of RGB (Red+Green+Blue) = 107+238+202=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEECA is #941135. Grayscale: #C2C2C2. Windows color (decimal): -9703734 or 13299307. OLE color: 13299307.

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

Color convert

RGB107238202-
CMYK0.5500.150.07
HSL163.51º79.39%67.65%-
HSV(B)163.51º55.04%93.33%-
XYZ47.368.5466.61-
YUV194.73132.165.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.56%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=19.56%
G=43.51%
B=36.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072382020.5500.150.07163.5179.3967.65
Hex6BEECA370F7a44f44
Octal153356312670177244117104
Binary11010111110111011001010110111011111111010010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6beeca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,238,202); }

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

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

 a { background-color: rgb(107,238,202); }

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

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

 span { border-color: rgb(107,238,202); }

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