Html Css Color HEX #65C1AF Medium Aquamarine

📋 copy color: '#65C1AF'

red 101 ◦ green 193 ◦ blue 175

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

Shades of Medium Aquamarine #65C1AF

Tints of Medium Aquamarine #65C1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

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

R = 21.54%
G = 41.15%
B = 37.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#65C1AF (or 0x65C1AF) is known color: Medium Aquamarine. HEX triplet: 65, C1 and AF. RGB value is (101,193,175). Sum of RGB (Red+Green+Blue) = 101+193+175=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1AF is #9A3E50. Grayscale: #A3A3A3. Windows color (decimal): -10108497 or 11518309. OLE color: 11518309.

HSL color Cylindrical-coordinate representation of color #65C1AF: hue angle of 168.26º degrees, saturation: 0.43, 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 #65C1AF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 193 175 -
CMYK 0.48 0 0.09 0.24
HSL 168.26º 0.43% 0.58% -
HSV(B) 168.26º 0.48% 0.76% -
XYZ 32.17 44 47.35 -
YUV 163.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 101 193 175 0.48 0 0.09 0.24 168.26 0.43 0.58
Hex 65 C1 AF 30 0 9 18 A8 2B 3A
Octal 145 301 257 60 0 11 30 250 53 72
Binary 1100101 11000001 10101111 110000 0 1001 11000 10101000 101011 111010

Color Harmonies of #65C1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C1AF

Black with #65C1AF

Text Example


Text Example

White with #65C1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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