#4BA997

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

Shades of Puerto Rico #4BA997

Tints of Puerto Rico #4BA997

Color information

#4BA997 (or 0x4BA997) is unknown color: approx Puerto Rico. HEX triplet: 4B, A9 and 97. RGB value is (75,169,151). Sum of RGB (Red+Green+Blue) = 75+169+151=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA997 is #B45668. Grayscale: #8A8A8A. Windows color (decimal): -11818601 or 9939275. OLE color: 9939275.

HSL color Cylindrical-coordinate representation of color #4BA997: hue angle of 168.51º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA997 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB75169151-
CMYK0.5600.110.34
HSL168.51º38.52%47.84%-
HSV(B)168.51º55.62%66.27%-
XYZ22.6832.1134.28-
YUV138.84134.8682.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=18.99%
G=42.78%
B=38.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal751691510.5600.110.34168.5138.5247.84
Hex4BA997380B22a92730
Octal11325122770013422514760
Binary100101110101001100101111110000101110001010101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,169,151); }

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

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

 a { background-color: rgb(75,169,151); }

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

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

 span { border-color: rgb(75,169,151); }

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