Html Css Color HEX #4FBDAB Puerto Rico

📋 copy color: '#4FBDAB'

red 79 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #4FBDAB

Tints of Puerto Rico #4FBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 18%
G = 43.05%
B = 38.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#4FBDAB (or 0x4FBDAB) is known color: Puerto Rico. HEX triplet: 4F, BD and AB. RGB value is (79,189,171). Sum of RGB (Red+Green+Blue) = 79+189+171=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBDAB is #B04254. Grayscale: #9A9A9A. Windows color (decimal): -11551317 or 11255119. OLE color: 11255119.

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

Color convert

RGB 79 189 171 -
CMYK 0.58 0 0.10 0.26
HSL 170.18º 0.45% 0.53% -
HSV(B) 170.18º 0.58% 0.74% -
XYZ 28.77 41 44.92 -
YUV 154.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 79 189 171 0.58 0 0.10 0.26 170.18 0.45 0.53
Hex 4F BD AB 3A 0 A 1A AA 2D 35
Octal 117 275 253 72 0 12 32 252 55 65
Binary 1001111 10111101 10101011 111010 0 1010 11010 10101010 101101 110101

Color Harmonies of #4FBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBDAB

Black with #4FBDAB

Text Example


Text Example

White with #4FBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,189,171); }

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

background-color css

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

 a { background-color: rgb(79,189,171); }

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

border-color css

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

 span { border-color: rgb(79,189,171); }

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