Html Css Color HEX #4FAD9A Puerto Rico

📋 copy color: '#4FAD9A'

red 79 ◦ green 173 ◦ blue 154

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

Shades of Puerto Rico #4FAD9A

Tints of Puerto Rico #4FAD9A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 19.46%
G = 42.61%
B = 37.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#4FAD9A (or 0x4FAD9A) is known color: Puerto Rico. HEX triplet: 4F, AD and 9A. RGB value is (79,173,154). Sum of RGB (Red+Green+Blue) = 79+173+154=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAD9A is #B05265. Grayscale: #8E8E8E. Windows color (decimal): -11555430 or 10136911. OLE color: 10136911.

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

Color convert

RGB 79 173 154 -
CMYK 0.54 0 0.11 0.32
HSL 167.87º 0.37% 0.49% -
HSV(B) 167.87º 0.54% 0.68% -
XYZ 24 33.88 35.85 -
YUV 142.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 79 173 154 0.54 0 0.11 0.32 167.87 0.37 0.49
Hex 4F AD 9A 36 0 B 20 A8 25 31
Octal 117 255 232 66 0 13 40 250 45 61
Binary 1001111 10101101 10011010 110110 0 1011 100000 10101000 100101 110001

Color Harmonies of #4FAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAD9A

Black with #4FAD9A

Text Example


Text Example

White with #4FAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,173,154); }

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

background-color css

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

 a { background-color: rgb(79,173,154); }

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

border-color css

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

 span { border-color: rgb(79,173,154); }

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