#69CBA8

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

Shades of Medium Aquamarine #69CBA8

Tints of Medium Aquamarine #69CBA8

Color information

#69CBA8 (or 0x69CBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CB and A8. RGB value is (105,203,168). Sum of RGB (Red+Green+Blue) = 105+203+168=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBA8 is #963457. Grayscale: #A9A9A9. Windows color (decimal): -9843800 or 11062121. OLE color: 11062121.

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

Color convert

RGB105203168-
CMYK0.4800.170.20
HSL158.57º48.51%60.39%-
HSV(B)158.57º48.28%79.61%-
XYZ34.2548.5444.61-
YUV169.71127.0381.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=22.06%
G=42.65%
B=35.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031680.4800.170.20158.5748.5160.39
Hex69CBA830011149f313c
Octal15131325060021242376174
Binary110100111001011101010001100000100011010010011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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