#4BAE9A

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

Shades of Puerto Rico #4BAE9A

Tints of Puerto Rico #4BAE9A

Color information

#4BAE9A (or 0x4BAE9A) is unknown color: approx Puerto Rico. HEX triplet: 4B, AE and 9A. RGB value is (75,174,154). Sum of RGB (Red+Green+Blue) = 75+174+154=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAE9A is #B45165. Grayscale: #8E8E8E. Windows color (decimal): -11817318 or 10137163. OLE color: 10137163.

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

Color convert

RGB75174154-
CMYK0.5700.110.32
HSL167.88º39.76%48.82%-
HSV(B)167.88º56.9%68.24%-
XYZ23.8734.135.9-
YUV142.12134.780.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=18.61%
G=43.18%
B=38.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751741540.5700.110.32167.8839.7648.82
Hex4BAE9A390B20a82831
Octal11325623271013402505061
Binary100101110101110100110101110010101110000010101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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