#65CDB3

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

Shades of Medium Aquamarine #65CDB3

Tints of Medium Aquamarine #65CDB3

Color information

#65CDB3 (or 0x65CDB3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CD and B3. RGB value is (101,205,179). Sum of RGB (Red+Green+Blue) = 101+205+179=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDB3 is #9A324C. Grayscale: #AAAAAA. Windows color (decimal): -10105421 or 11783525. OLE color: 11783525.

HSL color Cylindrical-coordinate representation of color #65CDB3: hue angle of 165º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDB3 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB101205179-
CMYK0.5100.130.20
HSL165º50.98%60%-
HSV(B)165º50.73%80.39%-
XYZ35.3349.6850.38-
YUV170.94132.5478.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=20.82%
G=42.27%
B=36.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012051790.5100.130.2016550.9860
Hex65CDB3330D14a5333c
Octal14531526363015242456374
Binary11001011100110110110011110011011011010010100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CDB3; }

 p { color: rgb(101,205,179); }

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

<style>
 a { background-color: #65CDB3; }

 a { background-color: rgb(101,205,179); }

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

<style>
 span { border-color: #65CDB3; }

 span { border-color: rgb(101,205,179); }

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