#4CB7A3

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

Shades of Puerto Rico #4CB7A3

Tints of Puerto Rico #4CB7A3

Color information

#4CB7A3 (or 0x4CB7A3) is unknown color: approx Puerto Rico. HEX triplet: 4C, B7 and A3. RGB value is (76,183,163). Sum of RGB (Red+Green+Blue) = 76+183+163=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB7A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB7A3 is #B3485C. Grayscale: #949494. Windows color (decimal): -11749469 or 10729292. OLE color: 10729292.

HSL color Cylindrical-coordinate representation of color #4CB7A3: hue angle of 168.79º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB7A3 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB76183163-
CMYK0.5800.110.28
HSL168.79º42.63%50.78%-
HSV(B)168.79º58.47%71.76%-
XYZ26.5238.0540.6-
YUV148.73136.0576.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.01%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=18.01%
G=43.36%
B=38.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761831630.5800.110.28168.7942.6350.78
Hex4CB7A33A0B1Ca92b33
Octal11426724372013342515363
Binary10011001011011110100011111010010111110010101001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,163); }

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

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

 a { background-color: rgb(76,183,163); }

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

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

 span { border-color: rgb(76,183,163); }

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