#4BBE94

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

Shades of Puerto Rico #4BBE94

Tints of Puerto Rico #4BBE94

Color information

#4BBE94 (or 0x4BBE94) is unknown color: approx Puerto Rico. HEX triplet: 4B, BE and 94. RGB value is (75,190,148). Sum of RGB (Red+Green+Blue) = 75+190+148=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBE94 is #B4416B. Grayscale: #969696. Windows color (decimal): -11813228 or 9748043. OLE color: 9748043.

HSL color Cylindrical-coordinate representation of color #4BBE94: hue angle of 158.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE94 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB75190148-
CMYK0.6100.220.25
HSL158.09º46.94%51.96%-
HSV(B)158.09º60.53%74.51%-
XYZ26.6640.4634.42-
YUV150.83126.473.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.16%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=18.16%
G=46.00%
B=35.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751901480.6100.220.25158.0946.9451.96
Hex4BBE943D016199e2f34
Octal11327622475026312365764
Binary100101110111110100101001111010101101100110011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,190,148); }

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

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

 a { background-color: rgb(75,190,148); }

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

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

 span { border-color: rgb(75,190,148); }

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