#69D69C

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

Shades of Medium Aquamarine #69D69C

Tints of Medium Aquamarine #69D69C

Color information

#69D69C (or 0x69D69C) is unknown color: approx Medium Aquamarine. HEX triplet: 69, D6 and 9C. RGB value is (105,214,156). Sum of RGB (Red+Green+Blue) = 105+214+156=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #69D69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D69C is #962963. Grayscale: #AEAEAE. Windows color (decimal): -9840996 or 10278505. OLE color: 10278505.

HSL color Cylindrical-coordinate representation of color #69D69C: hue angle of 148.07º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D69C is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB105214156-
CMYK0.5100.270.16
HSL148.07º57.07%62.55%-
HSV(B)148.07º50.93%83.92%-
XYZ35.8753.539.89-
YUV174.8117.3978.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=22.11%
G=45.05%
B=32.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052141560.5100.270.16148.0757.0762.55
Hex69D69C3301B1094393f
Octal15132623463033202247177
Binary110100111010110100111001100110110111000010010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,214,156); }

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

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

 a { background-color: rgb(105,214,156); }

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

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

 span { border-color: rgb(105,214,156); }

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