Html Css Color HEX #4FBC9F Puerto Rico

📋 copy color: '#4FBC9F'

red 79 ◦ green 188 ◦ blue 159

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

Shades of Puerto Rico #4FBC9F

Tints of Puerto Rico #4FBC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 18.54%
G = 44.13%
B = 37.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#4FBC9F (or 0x4FBC9F) is known color: Puerto Rico. HEX triplet: 4F, BC and 9F. RGB value is (79,188,159). Sum of RGB (Red+Green+Blue) = 79+188+159=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC9F is #B04360. Grayscale: #989898. Windows color (decimal): -11551585 or 10468431. OLE color: 10468431.

HSL color Cylindrical-coordinate representation of color #4FBC9F: hue angle of 164.04º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC9F is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 188 159 -
CMYK 0.58 0 0.15 0.26
HSL 164.04º 0.45% 0.52% -
HSV(B) 164.04º 0.58% 0.74% -
XYZ 27.47 40.13 39.1 -
YUV 152.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 79 188 159 0.58 0 0.15 0.26 164.04 0.45 0.52
Hex 4F BC 9F 3A 0 F 1A A4 2D 34
Octal 117 274 237 72 0 17 32 244 55 64
Binary 1001111 10111100 10011111 111010 0 1111 11010 10100100 101101 110100

Color Harmonies of #4FBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBC9F

Black with #4FBC9F

Text Example


Text Example

White with #4FBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,188,159); }

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

background-color css

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

 a { background-color: rgb(79,188,159); }

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

border-color css

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

 span { border-color: rgb(79,188,159); }

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