#4BB09D

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

Shades of Puerto Rico #4BB09D

Tints of Puerto Rico #4BB09D

Color information

#4BB09D (or 0x4BB09D) is unknown color: approx Puerto Rico. HEX triplet: 4B, B0 and 9D. RGB value is (75,176,157). Sum of RGB (Red+Green+Blue) = 75+176+157=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB09D is #B44F62. Grayscale: #8F8F8F. Windows color (decimal): -11816803 or 10334283. OLE color: 10334283.

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

Color convert

RGB75176157-
CMYK0.5700.110.31
HSL168.71º40.24%49.22%-
HSV(B)168.71º57.39%69.02%-
XYZ24.5134.9837.36-
YUV143.64135.5479.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.38%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=18.38%
G=43.14%
B=38.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751761570.5700.110.31168.7140.2449.22
Hex4BB09D390B1Fa92831
Octal11326023571013372515061
Binary10010111011000010011101111001010111111110101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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