#4BBCB1

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

Shades of Puerto Rico #4BBCB1

Tints of Puerto Rico #4BBCB1

Color information

#4BBCB1 (or 0x4BBCB1) is unknown color: approx Puerto Rico. HEX triplet: 4B, BC and B1. RGB value is (75,188,177). Sum of RGB (Red+Green+Blue) = 75+188+177=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBCB1 is #B4434E. Grayscale: #989898. Windows color (decimal): -11813711 or 11648075. OLE color: 11648075.

HSL color Cylindrical-coordinate representation of color #4BBCB1: hue angle of 174.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBCB1 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB75188177-
CMYK0.6000.060.26
HSL174.16º45.75%51.57%-
HSV(B)174.16º60.11%73.73%-
XYZ28.8240.6447.92-
YUV152.96141.5672.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.05%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=17.05%
G=42.73%
B=40.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751881770.6000.060.26174.1645.7551.57
Hex4BBCB13C061Aae2e34
Octal1132742617406322565664
Binary1001011101111001011000111110001101101010101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,177); }

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

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

 a { background-color: rgb(75,188,177); }

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

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

 span { border-color: rgb(75,188,177); }

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