#69C8B2

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

Shades of Medium Aquamarine #69C8B2

Tints of Medium Aquamarine #69C8B2

Color information

#69C8B2 (or 0x69C8B2) is unknown color: approx Medium Aquamarine. HEX triplet: 69, C8 and B2. RGB value is (105,200,178). Sum of RGB (Red+Green+Blue) = 105+200+178=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #69C8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C8B2 is #96374D. Grayscale: #A9A9A9. Windows color (decimal): -9844558 or 11716713. OLE color: 11716713.

HSL color Cylindrical-coordinate representation of color #69C8B2: hue angle of 166.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C8B2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB105200178-
CMYK0.4800.110.22
HSL166.11º46.34%59.8%-
HSV(B)166.11º47.5%78.43%-
XYZ34.5247.5349.47-
YUV169.09133.0382.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=21.74%
G=41.41%
B=36.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1052001780.4800.110.22166.1146.3459.8
Hex69C8B2300B16a62e3c
Octal15131026260013262465674
Binary11010011100100010110010110000010111011010100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,200,178); }

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

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

 a { background-color: rgb(105,200,178); }

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

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

 span { border-color: rgb(105,200,178); }

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