#69CBAE

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

Shades of Medium Aquamarine #69CBAE

Tints of Medium Aquamarine #69CBAE

Color information

#69CBAE (or 0x69CBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and AE. RGB value is (105,203,174). Sum of RGB (Red+Green+Blue) = 105+203+174=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBAE is #963451. Grayscale: #AAAAAA. Windows color (decimal): -9843794 or 11455337. OLE color: 11455337.

HSL color Cylindrical-coordinate representation of color #69CBAE: hue angle of 162.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CBAE is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB105203174-
CMYK0.4800.140.20
HSL162.24º48.51%60.39%-
HSV(B)162.24º48.28%79.61%-
XYZ34.8248.7747.62-
YUV170.39130.0381.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=21.78%
G=42.12%
B=36.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031740.4800.140.20162.2448.5160.39
Hex69CBAE300E14a2313c
Octal15131325660016242426174
Binary11010011100101110101110110000011101010010100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,174); }

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

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

 a { background-color: rgb(105,203,174); }

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

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

 span { border-color: rgb(105,203,174); }

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