#69CFB0

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

Shades of Medium Aquamarine #69CFB0

Tints of Medium Aquamarine #69CFB0

Color information

#69CFB0 (or 0x69CFB0) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CF and B0. RGB value is (105,207,176). Sum of RGB (Red+Green+Blue) = 105+207+176=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CFB0 is #96304F. Grayscale: #ACACAC. Windows color (decimal): -9842768 or 11587433. OLE color: 11587433.

HSL color Cylindrical-coordinate representation of color #69CFB0: hue angle of 161.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFB0 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB105207176-
CMYK0.4900.150.19
HSL161.76º51.52%61.18%-
HSV(B)161.76º49.28%81.18%-
XYZ35.9750.7648.98-
YUV172.97129.7179.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.52%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=21.52%
G=42.42%
B=36.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052071760.4900.150.19161.7651.5261.18
Hex69CFB0310F13a2343d
Octal15131726061017232426475
Binary11010011100111110110000110001011111001110100010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,176); }

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

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

 a { background-color: rgb(105,207,176); }

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

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

 span { border-color: rgb(105,207,176); }

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