#69DBB1

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

Shades of Medium Aquamarine #69DBB1

Tints of Medium Aquamarine #69DBB1

Color information

#69DBB1 (or 0x69DBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, DB and B1. RGB value is (105,219,177). Sum of RGB (Red+Green+Blue) = 105+219+177=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBB1 is #96244E. Grayscale: #B4B4B4. Windows color (decimal): -9839695 or 11656041. OLE color: 11656041.

HSL color Cylindrical-coordinate representation of color #69DBB1: hue angle of 157.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DBB1 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB105219177-
CMYK0.5200.190.14
HSL157.89º61.29%63.53%-
HSV(B)157.89º52.05%85.88%-
XYZ39.0956.8450.51-
YUV180.13126.2374.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.96%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=20.96%
G=43.71%
B=35.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052191770.5200.190.14157.8961.2963.53
Hex69DBB134013E9e3d40
Octal151333261640231623675100
Binary110100111011011101100011101000100111110100111101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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