#6CEBD4

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

Shades of Aquamarine #6CEBD4

Tints of Aquamarine #6CEBD4

Color information

#6CEBD4 (or 0x6CEBD4) is unknown color: approx Aquamarine. HEX triplet: 6C, EB and D4. RGB value is (108,235,212). Sum of RGB (Red+Green+Blue) = 108+235+212=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBD4 is #93142B. Grayscale: #C2C2C2. Windows color (decimal): -9638956 or 13953900. OLE color: 13953900.

HSL color Cylindrical-coordinate representation of color #6CEBD4: hue angle of 169.13º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBD4 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB108235212-
CMYK0.5400.100.08
HSL169.13º76.05%67.25%-
HSV(B)169.13º54.04%92.16%-
XYZ47.7867.3672.77-
YUV194.4137.9266.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.46%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=19.46%
G=42.34%
B=38.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1082352120.5400.100.08169.1376.0567.25
Hex6CEBD4360A8a94c43
Octal1543533246601210251114103
Binary110110011101011110101001101100101010001010100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,235,212); }

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

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

 a { background-color: rgb(108,235,212); }

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

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

 span { border-color: rgb(108,235,212); }

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