#69ECB1

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

Shades of Medium Aquamarine #69ECB1

Tints of Medium Aquamarine #69ECB1

Color information

#69ECB1 (or 0x69ECB1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EC and B1. RGB value is (105,236,177). Sum of RGB (Red+Green+Blue) = 105+236+177=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ECB1 is #96134E. Grayscale: #BEBEBE. Windows color (decimal): -9835343 or 11660393. OLE color: 11660393.

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

Color convert

RGB105236177-
CMYK0.5600.250.07
HSL152.98º77.51%66.86%-
HSV(B)152.98º55.51%92.55%-
XYZ43.7666.1752.06-
YUV190.1120.667.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.27%
GREEN value IS 236 (92.58% from 255) = 45.56%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=20.27%
G=45.56%
B=34.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052361770.5600.250.07152.9877.5166.86
Hex69ECB1380197994e43
Octal151354261700317231116103
Binary110100111101100101100011110000110011111001100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69ECB1; }

 p { color: rgb(105,236,177); }

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

<style>
 a { background-color: #69ECB1; }

 a { background-color: rgb(105,236,177); }

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

<style>
 span { border-color: #69ECB1; }

 span { border-color: rgb(105,236,177); }

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