#4FAF9A

Color #4FAF9A Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4FAF9A

Tints of Puerto Rico #4FAF9A

Color information

#4FAF9A (or 0x4FAF9A) is unknown color: approx Puerto Rico. HEX triplet: 4F, AF and 9A. RGB value is (79,175,154). Sum of RGB (Red+Green+Blue) = 79+175+154=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF9A is #B05065. Grayscale: #8F8F8F. Windows color (decimal): -11554918 or 10137423. OLE color: 10137423.

HSL color Cylindrical-coordinate representation of color #4FAF9A: hue angle of 166.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF9A is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB79175154-
CMYK0.5500.120.31
HSL166.88º37.8%49.8%-
HSV(B)166.88º54.86%68.63%-
XYZ24.3934.6635.98-
YUV143.9133.781.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=19.36%
G=42.89%
B=37.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751540.5500.120.31166.8837.849.8
Hex4FAF9A370C1Fa72632
Octal11725723267014372474662
Binary10011111010111110011010110111011001111110100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FAF9A;
 }
 .AnyTagClassName
 {
   color: #4FAF9A;
 }
</style>
background-color css

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

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

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

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

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

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