#4BAD97

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

Shades of Puerto Rico #4BAD97

Tints of Puerto Rico #4BAD97

Color information

#4BAD97 (or 0x4BAD97) is unknown color: approx Puerto Rico. HEX triplet: 4B, AD and 97. RGB value is (75,173,151). Sum of RGB (Red+Green+Blue) = 75+173+151=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD97 is #B45268. Grayscale: #8D8D8D. Windows color (decimal): -11817577 or 9940299. OLE color: 9940299.

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

Color convert

RGB75173151-
CMYK0.5700.130.32
HSL166.53º39.52%48.63%-
HSV(B)166.53º56.65%67.84%-
XYZ23.4333.6234.53-
YUV141.19133.5380.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=18.80%
G=43.36%
B=37.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731510.5700.130.32166.5339.5248.63
Hex4BAD97390D20a72831
Octal11325522771015402475061
Binary100101110101101100101111110010110110000010100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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