Html Css Color HEX #4FAB9E Puerto Rico

📋 copy color: '#4FAB9E'

red 79 ◦ green 171 ◦ blue 158

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

Shades of Puerto Rico #4FAB9E

Tints of Puerto Rico #4FAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 19.36%
G = 41.91%
B = 38.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#4FAB9E (or 0x4FAB9E) is known color: Puerto Rico. HEX triplet: 4F, AB and 9E. RGB value is (79,171,158). Sum of RGB (Red+Green+Blue) = 79+171+158=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB9E is #B05461. Grayscale: #8D8D8D. Windows color (decimal): -11555938 or 10398543. OLE color: 10398543.

HSL color Cylindrical-coordinate representation of color #4FAB9E: hue angle of 171.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB9E is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 171 158 -
CMYK 0.54 0 0.08 0.33
HSL 171.52º 0.37% 0.49% -
HSV(B) 171.52º 0.54% 0.67% -
XYZ 23.96 33.26 37.5 -
YUV 142.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 79 171 158 0.54 0 0.08 0.33 171.52 0.37 0.49
Hex 4F AB 9E 36 0 8 21 AC 25 31
Octal 117 253 236 66 0 10 41 254 45 61
Binary 1001111 10101011 10011110 110110 0 1000 100001 10101100 100101 110001

Color Harmonies of #4FAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAB9E

Black with #4FAB9E

Text Example


Text Example

White with #4FAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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