Html Css Color HEX #65CFAD Medium Aquamarine

📋 copy color: '#65CFAD'

red 101 ◦ green 207 ◦ blue 173

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

Shades of Medium Aquamarine #65CFAD

Tints of Medium Aquamarine #65CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 21%
G = 43.04%
B = 35.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#65CFAD (or 0x65CFAD) is known color: Medium Aquamarine. HEX triplet: 65, CF and AD. RGB value is (101,207,173). Sum of RGB (Red+Green+Blue) = 101+207+173=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CFAD is #9A3052. Grayscale: #ABABAB. Windows color (decimal): -10104915 or 11390821. OLE color: 11390821.

HSL color Cylindrical-coordinate representation of color #65CFAD: hue angle of 160.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CFAD is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 207 173 -
CMYK 0.51 0 0.16 0.19
HSL 160.75º 0.52% 0.6% -
HSV(B) 160.75º 0.51% 0.81% -
XYZ 35.22 50.41 47.41 -
YUV 171.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 101 207 173 0.51 0 0.16 0.19 160.75 0.52 0.6
Hex 65 CF AD 33 0 10 13 A1 34 3C
Octal 145 317 255 63 0 20 23 241 64 74
Binary 1100101 11001111 10101101 110011 0 10000 10011 10100001 110100 111100

Color Harmonies of #65CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CFAD

Black with #65CFAD

Text Example


Text Example

White with #65CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,207,173); }

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

background-color css

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

 a { background-color: rgb(101,207,173); }

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

border-color css

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

 span { border-color: rgb(101,207,173); }

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