#69CBAB

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

Shades of Medium Aquamarine #69CBAB

Tints of Medium Aquamarine #69CBAB

Color information

#69CBAB (or 0x69CBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and AB. RGB value is (105,203,171). Sum of RGB (Red+Green+Blue) = 105+203+171=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBAB is #963454. Grayscale: #AAAAAA. Windows color (decimal): -9843797 or 11258729. OLE color: 11258729.

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

Color convert

RGB105203171-
CMYK0.4800.160.20
HSL160.41º48.51%60.39%-
HSV(B)160.41º48.28%79.61%-
XYZ34.5348.6646.1-
YUV170.05128.5381.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=21.92%
G=42.38%
B=35.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031710.4800.160.20160.4148.5160.39
Hex69CBAB3001014a0313c
Octal15131325360020242406174
Binary110100111001011101010111100000100001010010100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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