#69CA9D

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

Shades of Medium Aquamarine #69CA9D

Tints of Medium Aquamarine #69CA9D

Color information

#69CA9D (or 0x69CA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 69, CA and 9D. RGB value is (105,202,157). Sum of RGB (Red+Green+Blue) = 105+202+157=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CA9D is #963562. Grayscale: #A7A7A7. Windows color (decimal): -9844067 or 10340969. OLE color: 10340969.

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

Color convert

RGB105202157-
CMYK0.4800.220.21
HSL152.16º47.78%60.2%-
HSV(B)152.16º48.02%79.22%-
XYZ33.0347.6839.36-
YUV167.87121.8683.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=22.63%
G=43.53%
B=33.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021570.4800.220.21152.1647.7860.2
Hex69CA9D300161598303c
Octal15131223560026252306074
Binary110100111001010100111011100000101101010110011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,157); }

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

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

 a { background-color: rgb(105,202,157); }

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

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

 span { border-color: rgb(105,202,157); }

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