Html Css Color HEX #65CCAF Medium Aquamarine

📋 copy color: '#65CCAF'

red 101 ◦ green 204 ◦ blue 175

#65CCAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #65CCAF

Tints of Medium Aquamarine #65CCAF

RGB

 RED value IS 101 (39.84% from 255) = 21.04%

 GREEN value IS 204 (80.08% from 255) = 42.5%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 21.04%
G = 42.5%
B = 36.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#65CCAF (or 0x65CCAF) is known color: Medium Aquamarine. HEX triplet: 65, CC and AF. RGB value is (101,204,175). Sum of RGB (Red+Green+Blue) = 101+204+175=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCAF is #9A3350. Grayscale: #A9A9A9. Windows color (decimal): -10105681 or 11521125. OLE color: 11521125.

HSL color Cylindrical-coordinate representation of color #65CCAF: hue angle of 163.11º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCAF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 175 -
CMYK 0.50 0 0.14 0.2
HSL 163.11º 0.5% 0.6% -
HSV(B) 163.11º 0.5% 0.8% -
XYZ 34.7 49.05 48.2 -
YUV 169.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 101 204 175 0.50 0 0.14 0.2 163.11 0.5 0.6
Hex 65 CC AF 32 0 E 14 A3 32 3C
Octal 145 314 257 62 0 16 24 243 62 74
Binary 1100101 11001100 10101111 110010 0 1110 10100 10100011 110010 111100

Color Harmonies of #65CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCAF

Black with #65CCAF

Text Example


Text Example

White with #65CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,204,175); }

 H1.HeaderClassName
 {
   color: #65CCAF;
 }
 .AnyTagClassName
 {
   color: #65CCAF;
 }
</style>

background-color css

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

 a { background-color: rgb(101,204,175); }

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

border-color css

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

 span { border-color: rgb(101,204,175); }

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