Html Css Color HEX #4FCFB0 Medium Aquamarine

📋 copy color: '#4FCFB0'

red 79 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #4FCFB0

Tints of Medium Aquamarine #4FCFB0

RGB

 RED value IS 79 (31.25% from 255) = 17.1%

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

 BLUE value IS 176 (69.14% from 255) = 38.1%

R = 17.1%
G = 44.81%
B = 38.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#4FCFB0 (or 0x4FCFB0) is known color: Medium Aquamarine. HEX triplet: 4F, CF and B0. RGB value is (79,207,176). Sum of RGB (Red+Green+Blue) = 79+207+176=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCFB0 is #B0304F. Grayscale: #A5A5A5. Windows color (decimal): -11546704 or 11587407. OLE color: 11587407.

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

Color convert

RGB 79 207 176 -
CMYK 0.62 0 0.15 0.19
HSL 165.47º 0.57% 0.56% -
HSV(B) 165.47º 0.62% 0.81% -
XYZ 33.37 49.42 48.85 -
YUV 165.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 79 207 176 0.62 0 0.15 0.19 165.47 0.57 0.56
Hex 4F CF B0 3E 0 F 13 A5 39 38
Octal 117 317 260 76 0 17 23 245 71 70
Binary 1001111 11001111 10110000 111110 0 1111 10011 10100101 111001 111000

Color Harmonies of #4FCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFB0

Black with #4FCFB0

Text Example


Text Example

White with #4FCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,207,176); }

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

background-color css

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

 a { background-color: rgb(79,207,176); }

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

border-color css

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

 span { border-color: rgb(79,207,176); }

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