#4BAD96

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

Shades of Puerto Rico #4BAD96

Tints of Puerto Rico #4BAD96

Color information

#4BAD96 (or 0x4BAD96) is unknown color: approx Puerto Rico. HEX triplet: 4B, AD and 96. RGB value is (75,173,150). Sum of RGB (Red+Green+Blue) = 75+173+150=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD96 is #B45269. Grayscale: #8D8D8D. Windows color (decimal): -11817578 or 9874763. OLE color: 9874763.

HSL color Cylindrical-coordinate representation of color #4BAD96: hue angle of 165.92º 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 #4BAD96 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB75173150-
CMYK0.5700.130.32
HSL165.92º39.52%48.63%-
HSV(B)165.92º56.65%67.84%-
XYZ23.3533.5934.11-
YUV141.08133.0380.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 173 (67.97% from 255) = 43.47%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=18.84%
G=43.47%
B=37.69%

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
Decimal751731500.5700.130.32165.9239.5248.63
Hex4BAD96390D20a62831
Octal11325522671015402465061
Binary100101110101101100101101110010110110000010100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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