Html Css Color HEX #4FBEA0 Puerto Rico

📋 copy color: '#4FBEA0'

red 79 ◦ green 190 ◦ blue 160

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

Shades of Puerto Rico #4FBEA0

Tints of Puerto Rico #4FBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.29%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 18.41%
G = 44.29%
B = 37.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#4FBEA0 (or 0x4FBEA0) is known color: Puerto Rico. HEX triplet: 4F, BE and A0. RGB value is (79,190,160). Sum of RGB (Red+Green+Blue) = 79+190+160=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBEA0 is #B0415F. Grayscale: #999999. Windows color (decimal): -11551072 or 10534479. OLE color: 10534479.

HSL color Cylindrical-coordinate representation of color #4FBEA0: hue angle of 163.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBEA0 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 190 160 -
CMYK 0.58 0 0.16 0.25
HSL 163.78º 0.46% 0.53% -
HSV(B) 163.78º 0.58% 0.75% -
XYZ 27.98 41.03 39.7 -
YUV 153.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 79 190 160 0.58 0 0.16 0.25 163.78 0.46 0.53
Hex 4F BE A0 3A 0 10 19 A4 2E 35
Octal 117 276 240 72 0 20 31 244 56 65
Binary 1001111 10111110 10100000 111010 0 10000 11001 10100100 101110 110101

Color Harmonies of #4FBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBEA0

Black with #4FBEA0

Text Example


Text Example

White with #4FBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,190,160); }

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

background-color css

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

 a { background-color: rgb(79,190,160); }

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

border-color css

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

 span { border-color: rgb(79,190,160); }

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