#69CDB4

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

Shades of Medium Aquamarine #69CDB4

Tints of Medium Aquamarine #69CDB4

Color information

#69CDB4 (or 0x69CDB4) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CD and B4. RGB value is (105,205,180). Sum of RGB (Red+Green+Blue) = 105+205+180=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDB4 is #96324B. Grayscale: #ACACAC. Windows color (decimal): -9843276 or 11849065. OLE color: 11849065.

HSL color Cylindrical-coordinate representation of color #69CDB4: hue angle of 165º 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 #69CDB4 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB105205180-
CMYK0.4900.120.20
HSL165º50%60.78%-
HSV(B)165º48.78%80.39%-
XYZ35.949.9650.93-
YUV172.25132.3780.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.43%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=21.43%
G=41.84%
B=36.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051800.4900.120.201655060.78
Hex69CDB4310C14a5323d
Octal15131526461014242456275
Binary11010011100110110110100110001011001010010100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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