#69CBAC

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

Shades of Medium Aquamarine #69CBAC

Tints of Medium Aquamarine #69CBAC

Color information

#69CBAC (or 0x69CBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and AC. RGB value is (105,203,172). Sum of RGB (Red+Green+Blue) = 105+203+172=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBAC is #963453. Grayscale: #AAAAAA. Windows color (decimal): -9843796 or 11324265. OLE color: 11324265.

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

Color convert

RGB105203172-
CMYK0.4800.150.20
HSL161.02º48.51%60.39%-
HSV(B)161.02º48.28%79.61%-
XYZ34.6348.6946.6-
YUV170.16129.0381.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=21.88%
G=42.29%
B=35.83%

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
Decimal1052031720.4800.150.20161.0248.5160.39
Hex69CBAC300F14a1313c
Octal15131325460017242416174
Binary11010011100101110101100110000011111010010100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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