#4BAEA7

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

Shades of Puerto Rico #4BAEA7

Tints of Puerto Rico #4BAEA7

Color information

#4BAEA7 (or 0x4BAEA7) is unknown color: approx Puerto Rico. HEX triplet: 4B, AE and A7. RGB value is (75,174,167). Sum of RGB (Red+Green+Blue) = 75+174+167=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAEA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAEA7 is #B45158. Grayscale: #8F8F8F. Windows color (decimal): -11817305 or 10989131. OLE color: 10989131.

HSL color Cylindrical-coordinate representation of color #4BAEA7: hue angle of 175.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAEA7 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB75174167-
CMYK0.5700.040.32
HSL175.76º39.76%48.82%-
HSV(B)175.76º56.9%68.24%-
XYZ25.0134.5641.91-
YUV143.6141.279.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.03%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 167 (65.62% from 255) = 40.14%
R=18.03%
G=41.83%
B=40.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751741670.5700.040.32175.7639.7648.82
Hex4BAEA7390420b02831
Octal1132562477104402605061
Binary10010111010111010100111111001010010000010110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,174,167); }

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

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

 a { background-color: rgb(75,174,167); }

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

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

 span { border-color: rgb(75,174,167); }

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