Html Css Color HEX #65C9B4 Medium Aquamarine

📋 copy color: '#65C9B4'

red 101 ◦ green 201 ◦ blue 180

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

Shades of Medium Aquamarine #65C9B4

Tints of Medium Aquamarine #65C9B4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 20.95%
G = 41.7%
B = 37.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#65C9B4 (or 0x65C9B4) is known color: Medium Aquamarine. HEX triplet: 65, C9 and B4. RGB value is (101,201,180). Sum of RGB (Red+Green+Blue) = 101+201+180=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #65C9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C9B4 is #9A364B. Grayscale: #A8A8A8. Windows color (decimal): -10106444 or 11848037. OLE color: 11848037.

HSL color Cylindrical-coordinate representation of color #65C9B4: hue angle of 167.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C9B4 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 201 180 -
CMYK 0.50 0 0.10 0.21
HSL 167.4º 0.48% 0.59% -
HSV(B) 167.4º 0.5% 0.79% -
XYZ 34.49 47.84 50.6 -
YUV 168.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 101 201 180 0.50 0 0.10 0.21 167.4 0.48 0.59
Hex 65 C9 B4 32 0 A 15 A7 30 3B
Octal 145 311 264 62 0 12 25 247 60 73
Binary 1100101 11001001 10110100 110010 0 1010 10101 10100111 110000 111011

Color Harmonies of #65C9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C9B4

Black with #65C9B4

Text Example


Text Example

White with #65C9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,201,180); }

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

background-color css

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

 a { background-color: rgb(101,201,180); }

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

border-color css

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

 span { border-color: rgb(101,201,180); }

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