#69CBAD

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

Shades of Medium Aquamarine #69CBAD

Tints of Medium Aquamarine #69CBAD

Color information

#69CBAD (or 0x69CBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and AD. RGB value is (105,203,173). Sum of RGB (Red+Green+Blue) = 105+203+173=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBAD is #963452. Grayscale: #AAAAAA. Windows color (decimal): -9843795 or 11389801. OLE color: 11389801.

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

Color convert

RGB105203173-
CMYK0.4800.150.20
HSL161.63º48.51%60.39%-
HSV(B)161.63º48.28%79.61%-
XYZ34.7248.7347.11-
YUV170.28129.5381.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=21.83%
G=42.20%
B=35.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031730.4800.150.20161.6348.5160.39
Hex69CBAD300F14a2313c
Octal15131325560017242426174
Binary11010011100101110101101110000011111010010100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,173); }

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

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

 a { background-color: rgb(105,203,173); }

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

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

 span { border-color: rgb(105,203,173); }

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