#69CAAC

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

Shades of Medium Aquamarine #69CAAC

Tints of Medium Aquamarine #69CAAC

Color information

#69CAAC (or 0x69CAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CA and AC. RGB value is (105,202,172). Sum of RGB (Red+Green+Blue) = 105+202+172=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CAAC is #963553. Grayscale: #A9A9A9. Windows color (decimal): -9844052 or 11324009. OLE color: 11324009.

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

Color convert

RGB105202172-
CMYK0.4800.150.21
HSL161.44º47.78%60.2%-
HSV(B)161.44º48.02%79.22%-
XYZ34.3948.2246.52-
YUV169.58129.3681.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=21.92%
G=42.17%
B=35.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021720.4800.150.21161.4447.7860.2
Hex69CAAC300F15a1303c
Octal15131225460017252416074
Binary11010011100101010101100110000011111010110100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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