Html Css Color HEX #4DCFAF Medium Aquamarine

📋 copy color: '#4DCFAF'

red 77 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #4DCFAF

Tints of Medium Aquamarine #4DCFAF

RGB

 RED value IS 77 (30.47% from 255) = 16.78%

 GREEN value IS 207 (81.25% from 255) = 45.1%

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

R = 16.78%
G = 45.1%
B = 38.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#4DCFAF (or 0x4DCFAF) is known color: Medium Aquamarine. HEX triplet: 4D, CF and AF. RGB value is (77,207,175). Sum of RGB (Red+Green+Blue) = 77+207+175=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCFAF is #B23050. Grayscale: #A4A4A4. Windows color (decimal): -11677777 or 11521869. OLE color: 11521869.

HSL color Cylindrical-coordinate representation of color #4DCFAF: hue angle of 165.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCFAF is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 207 175 -
CMYK 0.63 0 0.15 0.19
HSL 165.23º 0.58% 0.56% -
HSV(B) 165.23º 0.63% 0.81% -
XYZ 33.11 49.3 48.33 -
YUV 164.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 77 207 175 0.63 0 0.15 0.19 165.23 0.58 0.56
Hex 4D CF AF 3F 0 F 13 A5 3A 38
Octal 115 317 257 77 0 17 23 245 72 70
Binary 1001101 11001111 10101111 111111 0 1111 10011 10100101 111010 111000

Color Harmonies of #4DCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFAF

Black with #4DCFAF

Text Example


Text Example

White with #4DCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DCFAF; }

 p { color: rgb(77,207,175); }

 H1.HeaderClassName
 {
   color: #4DCFAF;
 }
 .AnyTagClassName
 {
   color: #4DCFAF;
 }
</style>

background-color css

<style>
 a { background-color: #4DCFAF; }

 a { background-color: rgb(77,207,175); }

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

border-color css

<style>
 span { border-color: #4DCFAF; }

 span { border-color: rgb(77,207,175); }

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