#4bbf9d

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

Shades of Puerto Rico #4BBF9D

Tints of Puerto Rico #4BBF9D

Color information

#4BBF9D (or 0x4BBF9D) is unknown color: approx Puerto Rico. HEX triplet: 4B, BF and 9D. RGB value is (75,191,157). Sum of RGB (Red+Green+Blue) = 75+191+157=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBF9D is #B44062. Grayscale: #989898. Windows color (decimal): -11812963 or 10338123. OLE color: 10338123.

HSL color Cylindrical-coordinate representation of color #4BBF9D: hue angle of 162.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF9D is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB75191157-
CMYK0.6100.180.25
HSL162.41º47.54%52.16%-
HSV(B)162.41º60.73%74.9%-
XYZ27.6241.1938.39-
YUV152.44130.5772.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=17.73%
G=45.15%
B=37.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751911570.6100.180.25162.4147.5452.16
Hex4BBF9D3D01219a23034
Octal11327723575022312426064
Binary100101110111111100111011111010100101100110100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bbf9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,191,157); }

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

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

 a { background-color: rgb(75,191,157); }

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

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

 span { border-color: rgb(75,191,157); }

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