Html Css Color HEX #65DFB4 Medium Aquamarine

📋 copy color: '#65DFB4'

red 101 ◦ green 223 ◦ blue 180

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

Shades of Medium Aquamarine #65DFB4

Tints of Medium Aquamarine #65DFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 20.04%
G = 44.25%
B = 35.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#65DFB4 (or 0x65DFB4) is known color: Medium Aquamarine. HEX triplet: 65, DF and B4. RGB value is (101,223,180). Sum of RGB (Red+Green+Blue) = 101+223+180=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFB4 is #9A204B. Grayscale: #B5B5B5. Windows color (decimal): -10100812 or 11853669. OLE color: 11853669.

HSL color Cylindrical-coordinate representation of color #65DFB4: hue angle of 158.85º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFB4 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 223 180 -
CMYK 0.55 0 0.19 0.13
HSL 158.85º 0.66% 0.64% -
HSV(B) 158.85º 0.55% 0.87% -
XYZ 39.99 58.84 52.43 -
YUV 181.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 101 223 180 0.55 0 0.19 0.13 158.85 0.66 0.64
Hex 65 DF B4 37 0 13 D 9F 42 40
Octal 145 337 264 67 0 23 15 237 102 100
Binary 1100101 11011111 10110100 110111 0 10011 1101 10011111 1000010 1000000

Color Harmonies of #65DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DFB4

Black with #65DFB4

Text Example


Text Example

White with #65DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,223,180); }

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

background-color css

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

 a { background-color: rgb(101,223,180); }

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

border-color css

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

 span { border-color: rgb(101,223,180); }

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