#69CAB3

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

Shades of Medium Aquamarine #69CAB3

Tints of Medium Aquamarine #69CAB3

Color information

#69CAB3 (or 0x69CAB3) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CA and B3. RGB value is (105,202,179). Sum of RGB (Red+Green+Blue) = 105+202+179=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CAB3 is #96354C. Grayscale: #AAAAAA. Windows color (decimal): -9844045 or 11782761. OLE color: 11782761.

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

Color convert

RGB105202179-
CMYK0.4800.110.21
HSL165.77º47.78%60.2%-
HSV(B)165.77º48.02%79.22%-
XYZ35.0848.550.16-
YUV170.38132.8681.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=21.60%
G=41.56%
B=36.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021790.4800.110.21165.7747.7860.2
Hex69CAB3300B15a6303c
Octal15131226360013252466074
Binary11010011100101010110011110000010111010110100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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