Html Css Color HEX #65CCB1 Medium Aquamarine

📋 copy color: '#65CCB1'

red 101 ◦ green 204 ◦ blue 177

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

Shades of Medium Aquamarine #65CCB1

Tints of Medium Aquamarine #65CCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 20.95%
G = 42.32%
B = 36.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#65CCB1 (or 0x65CCB1) is known color: Medium Aquamarine. HEX triplet: 65, CC and B1. RGB value is (101,204,177). Sum of RGB (Red+Green+Blue) = 101+204+177=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCB1 is #9A334E. Grayscale: #AAAAAA. Windows color (decimal): -10105679 or 11652197. OLE color: 11652197.

HSL color Cylindrical-coordinate representation of color #65CCB1: hue angle of 164.27º 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 #65CCB1 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 177 -
CMYK 0.50 0 0.13 0.2
HSL 164.27º 0.5% 0.6% -
HSV(B) 164.27º 0.5% 0.8% -
XYZ 34.9 49.13 49.24 -
YUV 170.13 131.88 78.7 -
System Red Green Blue C M Y K H S L
Decimal 101 204 177 0.50 0 0.13 0.2 164.27 0.5 0.6
Hex 65 CC B1 32 0 D 14 A4 32 3C
Octal 145 314 261 62 0 15 24 244 62 74
Binary 1100101 11001100 10110001 110010 0 1101 10100 10100100 110010 111100

Color Harmonies of #65CCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCB1

Black with #65CCB1

Text Example


Text Example

White with #65CCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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