Html Css Color HEX #4CD0AF Medium Aquamarine

📋 copy color: '#4CD0AF'

red 76 ◦ green 208 ◦ blue 175

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

Shades of Medium Aquamarine #4CD0AF

Tints of Medium Aquamarine #4CD0AF

RGB

 RED value IS 76 (30.08% from 255) = 16.56%

 GREEN value IS 208 (81.64% from 255) = 45.32%

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

R = 16.56%
G = 45.32%
B = 38.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#4CD0AF (or 0x4CD0AF) is known color: Medium Aquamarine. HEX triplet: 4C, D0 and AF. RGB value is (76,208,175). Sum of RGB (Red+Green+Blue) = 76+208+175=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD0AF is #B32F50. Grayscale: #A4A4A4. Windows color (decimal): -11743057 or 11522124. OLE color: 11522124.

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

Color convert

RGB 76 208 175 -
CMYK 0.63 0 0.16 0.18
HSL 165º 0.58% 0.56% -
HSV(B) 165º 0.63% 0.82% -
XYZ 33.27 49.74 48.41 -
YUV 164.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 76 208 175 0.63 0 0.16 0.18 165 0.58 0.56
Hex 4C D0 AF 3F 0 10 12 A5 3A 38
Octal 114 320 257 77 0 20 22 245 72 70
Binary 1001100 11010000 10101111 111111 0 10000 10010 10100101 111010 111000

Color Harmonies of #4CD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0AF

Black with #4CD0AF

Text Example


Text Example

White with #4CD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,208,175); }

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

background-color css

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

 a { background-color: rgb(76,208,175); }

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

border-color css

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

 span { border-color: rgb(76,208,175); }

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