#4BAF96

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

Shades of Puerto Rico #4BAF96

Tints of Puerto Rico #4BAF96

Color information

#4BAF96 (or 0x4BAF96) is unknown color: approx Puerto Rico. HEX triplet: 4B, AF and 96. RGB value is (75,175,150). Sum of RGB (Red+Green+Blue) = 75+175+150=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF96 is #B45069. Grayscale: #8E8E8E. Windows color (decimal): -11817066 or 9875275. OLE color: 9875275.

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

Color convert

RGB75175150-
CMYK0.5700.140.31
HSL165º40%49.02%-
HSV(B)165º57.14%68.63%-
XYZ23.7434.3634.23-
YUV142.25132.3780.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 150 (58.98% from 255) = 37.5%
R=18.75%
G=43.75%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751500.5700.140.311654049.02
Hex4BAF96390E1Fa52831
Octal11325722671016372455061
Binary10010111010111110010110111001011101111110100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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