#69CDA1

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

Shades of Medium Aquamarine #69CDA1

Tints of Medium Aquamarine #69CDA1

Color information

#69CDA1 (or 0x69CDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CD and A1. RGB value is (105,205,161). Sum of RGB (Red+Green+Blue) = 105+205+161=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDA1 is #96325E. Grayscale: #AAAAAA. Windows color (decimal): -9843295 or 10603881. OLE color: 10603881.

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

Color convert

RGB105205161-
CMYK0.4900.210.20
HSL153.6º50%60.78%-
HSV(B)153.6º48.78%80.39%-
XYZ34.0949.2441.43-
YUV170.08122.8781.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=22.29%
G=43.52%
B=34.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051610.4900.210.20153.65060.78
Hex69CDA131015149a323d
Octal15131524161025242326275
Binary110100111001101101000011100010101011010010011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,161); }

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

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

 a { background-color: rgb(105,205,161); }

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

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

 span { border-color: rgb(105,205,161); }

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