Html Css Color HEX #4FBEAF Puerto Rico

📋 copy color: '#4FBEAF'

red 79 ◦ green 190 ◦ blue 175

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

Shades of Puerto Rico #4FBEAF

Tints of Puerto Rico #4FBEAF

RGB

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

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

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

R = 17.79%
G = 42.79%
B = 39.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#4FBEAF (or 0x4FBEAF) is known color: Puerto Rico. HEX triplet: 4F, BE and AF. RGB value is (79,190,175). Sum of RGB (Red+Green+Blue) = 79+190+175=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #4FBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBEAF is #B04150. Grayscale: #9B9B9B. Windows color (decimal): -11551057 or 11517519. OLE color: 11517519.

HSL color Cylindrical-coordinate representation of color #4FBEAF: hue angle of 171.89º 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 #4FBEAF is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 190 175 -
CMYK 0.58 0 0.08 0.25
HSL 171.89º 0.46% 0.53% -
HSV(B) 171.89º 0.58% 0.75% -
XYZ 29.38 41.58 47.04 -
YUV 155.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 79 190 175 0.58 0 0.08 0.25 171.89 0.46 0.53
Hex 4F BE AF 3A 0 8 19 AC 2E 35
Octal 117 276 257 72 0 10 31 254 56 65
Binary 1001111 10111110 10101111 111010 0 1000 11001 10101100 101110 110101

Color Harmonies of #4FBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBEAF

Black with #4FBEAF

Text Example


Text Example

White with #4FBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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