Html Css Color HEX #64CDB5 Medium Aquamarine

📋 copy color: '#64CDB5'

red 100 ◦ green 205 ◦ blue 181

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

Shades of Medium Aquamarine #64CDB5

Tints of Medium Aquamarine #64CDB5

RGB

 RED value IS 100 (39.45% from 255) = 20.58%

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 181 (71.09% from 255) = 37.24%

R = 20.58%
G = 42.18%
B = 37.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#64CDB5 (or 0x64CDB5) is known color: Medium Aquamarine. HEX triplet: 64, CD and B5. RGB value is (100,205,181). Sum of RGB (Red+Green+Blue) = 100+205+181=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDB5 is #9B324A. Grayscale: #AAAAAA. Windows color (decimal): -10170955 or 11914596. OLE color: 11914596.

HSL color Cylindrical-coordinate representation of color #64CDB5: hue angle of 166.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CDB5 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 181 -
CMYK 0.51 0 0.12 0.20
HSL 166.29º 0.51% 0.6% -
HSV(B) 166.29º 0.51% 0.8% -
XYZ 35.43 49.71 51.44 -
YUV 170.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 100 205 181 0.51 0 0.12 0.20 166.29 0.51 0.6
Hex 64 CD B5 33 0 C 14 A6 33 3C
Octal 144 315 265 63 0 14 24 246 63 74
Binary 1100100 11001101 10110101 110011 0 1100 10100 10100110 110011 111100

Color Harmonies of #64CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDB5

Black with #64CDB5

Text Example


Text Example

White with #64CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CDB5; }

 p { color: rgb(100,205,181); }

 H1.HeaderClassName
 {
   color: #64CDB5;
 }
 .AnyTagClassName
 {
   color: #64CDB5;
 }
</style>

background-color css

<style>
 a { background-color: #64CDB5; }

 a { background-color: rgb(100,205,181); }

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

border-color css

<style>
 span { border-color: #64CDB5; }

 span { border-color: rgb(100,205,181); }

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