Html Css Color HEX #65C3AF Medium Aquamarine

📋 copy color: '#65C3AF'

red 101 ◦ green 195 ◦ blue 175

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

Shades of Medium Aquamarine #65C3AF

Tints of Medium Aquamarine #65C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

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

R = 21.44%
G = 41.4%
B = 37.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#65C3AF (or 0x65C3AF) is known color: Medium Aquamarine. HEX triplet: 65, C3 and AF. RGB value is (101,195,175). Sum of RGB (Red+Green+Blue) = 101+195+175=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3AF is #9A3C50. Grayscale: #A4A4A4. Windows color (decimal): -10107985 or 11518821. OLE color: 11518821.

HSL color Cylindrical-coordinate representation of color #65C3AF: hue angle of 167.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3AF is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 195 175 -
CMYK 0.48 0 0.10 0.24
HSL 167.23º 0.44% 0.58% -
HSV(B) 167.23º 0.48% 0.76% -
XYZ 32.62 44.89 47.5 -
YUV 164.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 101 195 175 0.48 0 0.10 0.24 167.23 0.44 0.58
Hex 65 C3 AF 30 0 A 18 A7 2C 3A
Octal 145 303 257 60 0 12 30 247 54 72
Binary 1100101 11000011 10101111 110000 0 1010 11000 10100111 101100 111010

Color Harmonies of #65C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3AF

Black with #65C3AF

Text Example


Text Example

White with #65C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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