#4CB4A5

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

Shades of Puerto Rico #4CB4A5

Tints of Puerto Rico #4CB4A5

Color information

#4CB4A5 (or 0x4CB4A5) is unknown color: approx Puerto Rico. HEX triplet: 4C, B4 and A5. RGB value is (76,180,165). Sum of RGB (Red+Green+Blue) = 76+180+165=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB4A5 is #B34B5A. Grayscale: #939393. Windows color (decimal): -11750235 or 10859596. OLE color: 10859596.

HSL color Cylindrical-coordinate representation of color #4CB4A5: hue angle of 171.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB4A5 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB76180165-
CMYK0.5800.080.29
HSL171.35º40.94%50.2%-
HSV(B)171.35º57.78%70.59%-
XYZ26.0936.941.34-
YUV147.19138.0477.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.05%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=18.05%
G=42.76%
B=39.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761801650.5800.080.29171.3540.9450.2
Hex4CB4A53A081Dab2932
Octal11426424572010352535162
Binary10011001011010010100101111010010001110110101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,180,165); }

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

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

 a { background-color: rgb(76,180,165); }

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

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

 span { border-color: rgb(76,180,165); }

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