Html Css Color HEX #65CBAF Medium Aquamarine

📋 copy color: '#65CBAF'

red 101 ◦ green 203 ◦ blue 175

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

Shades of Medium Aquamarine #65CBAF

Tints of Medium Aquamarine #65CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.38%

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

R = 21.09%
G = 42.38%
B = 36.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#65CBAF (or 0x65CBAF) is known color: Medium Aquamarine. HEX triplet: 65, CB and AF. RGB value is (101,203,175). Sum of RGB (Red+Green+Blue) = 101+203+175=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #65CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CBAF is #9A3450. Grayscale: #A9A9A9. Windows color (decimal): -10105937 or 11520869. OLE color: 11520869.

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

Color convert

RGB 101 203 175 -
CMYK 0.50 0 0.14 0.20
HSL 163.53º 0.5% 0.6% -
HSV(B) 163.53º 0.5% 0.8% -
XYZ 34.46 48.57 48.12 -
YUV 169.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 101 203 175 0.50 0 0.14 0.20 163.53 0.5 0.6
Hex 65 CB AF 32 0 E 14 A4 32 3C
Octal 145 313 257 62 0 16 24 244 62 74
Binary 1100101 11001011 10101111 110010 0 1110 10100 10100100 110010 111100

Color Harmonies of #65CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBAF

Black with #65CBAF

Text Example


Text Example

White with #65CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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