Html Css Color HEX #65D3B2 Medium Aquamarine

📋 copy color: '#65D3B2'

red 101 ◦ green 211 ◦ blue 178

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

Shades of Medium Aquamarine #65D3B2

Tints of Medium Aquamarine #65D3B2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 20.61%
G = 43.06%
B = 36.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#65D3B2 (or 0x65D3B2) is known color: Medium Aquamarine. HEX triplet: 65, D3 and B2. RGB value is (101,211,178). Sum of RGB (Red+Green+Blue) = 101+211+178=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #65D3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D3B2 is #9A2C4D. Grayscale: #AEAEAE. Windows color (decimal): -10103886 or 11719525. OLE color: 11719525.

HSL color Cylindrical-coordinate representation of color #65D3B2: hue angle of 162º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D3B2 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 211 178 -
CMYK 0.52 0 0.16 0.17
HSL 162º 0.56% 0.61% -
HSV(B) 162º 0.52% 0.83% -
XYZ 36.7 52.57 50.33 -
YUV 174.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 101 211 178 0.52 0 0.16 0.17 162 0.56 0.61
Hex 65 D3 B2 34 0 10 11 A2 38 3D
Octal 145 323 262 64 0 20 21 242 70 75
Binary 1100101 11010011 10110010 110100 0 10000 10001 10100010 111000 111101

Color Harmonies of #65D3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D3B2

Black with #65D3B2

Text Example


Text Example

White with #65D3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,211,178); }

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

background-color css

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

 a { background-color: rgb(101,211,178); }

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

border-color css

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

 span { border-color: rgb(101,211,178); }

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