#69CEA5

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

Shades of Medium Aquamarine #69CEA5

Tints of Medium Aquamarine #69CEA5

Color information

#69CEA5 (or 0x69CEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CE and A5. RGB value is (105,206,165). Sum of RGB (Red+Green+Blue) = 105+206+165=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CEA5 is #96315A. Grayscale: #ABABAB. Windows color (decimal): -9843035 or 10866281. OLE color: 10866281.

HSL color Cylindrical-coordinate representation of color #69CEA5: hue angle of 155.64º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CEA5 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB105206165-
CMYK0.4900.200.19
HSL155.64º50.75%60.98%-
HSV(B)155.64º49.03%80.78%-
XYZ34.6949.8643.39-
YUV171.13124.5480.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=22.06%
G=43.28%
B=34.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052061650.4900.200.19155.6450.7560.98
Hex69CEA531014139c333d
Octal15131624561024232346375
Binary110100111001110101001011100010101001001110011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,165); }

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

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

 a { background-color: rgb(105,206,165); }

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

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

 span { border-color: rgb(105,206,165); }

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