Html Css Color HEX #65CAB3 Medium Aquamarine

📋 copy color: '#65CAB3'

red 101 ◦ green 202 ◦ blue 179

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

Shades of Medium Aquamarine #65CAB3

Tints of Medium Aquamarine #65CAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 20.95%
G = 41.91%
B = 37.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#65CAB3 (or 0x65CAB3) is known color: Medium Aquamarine. HEX triplet: 65, CA and B3. RGB value is (101,202,179). Sum of RGB (Red+Green+Blue) = 101+202+179=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CAB3 is #9A354C. Grayscale: #A9A9A9. Windows color (decimal): -10106189 or 11782757. OLE color: 11782757.

HSL color Cylindrical-coordinate representation of color #65CAB3: hue angle of 166.34º degrees, saturation: 0.49, 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 #65CAB3 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 179 -
CMYK 0.50 0 0.11 0.21
HSL 166.34º 0.49% 0.59% -
HSV(B) 166.34º 0.5% 0.79% -
XYZ 34.62 48.26 50.14 -
YUV 169.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 101 202 179 0.50 0 0.11 0.21 166.34 0.49 0.59
Hex 65 CA B3 32 0 B 15 A6 31 3B
Octal 145 312 263 62 0 13 25 246 61 73
Binary 1100101 11001010 10110011 110010 0 1011 10101 10100110 110001 111011

Color Harmonies of #65CAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CAB3

Black with #65CAB3

Text Example


Text Example

White with #65CAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,202,179); }

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

background-color css

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

 a { background-color: rgb(101,202,179); }

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

border-color css

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

 span { border-color: rgb(101,202,179); }

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