#4BB8A4

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

Shades of Puerto Rico #4BB8A4

Tints of Puerto Rico #4BB8A4

Color information

#4BB8A4 (or 0x4BB8A4) is unknown color: approx Puerto Rico. HEX triplet: 4B, B8 and A4. RGB value is (75,184,164). Sum of RGB (Red+Green+Blue) = 75+184+164=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB8A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB8A4 is #B4475B. Grayscale: #959595. Windows color (decimal): -11814748 or 10795083. OLE color: 10795083.

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

Color convert

RGB75184164-
CMYK0.5900.110.28
HSL168.99º43.43%50.78%-
HSV(B)168.99º59.24%72.16%-
XYZ26.7438.4641.14-
YUV149.13136.3975.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=17.73%
G=43.50%
B=38.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751841640.5900.110.28168.9943.4350.78
Hex4BB8A43B0B1Ca92b33
Octal11327024473013342515363
Binary10010111011100010100100111011010111110010101001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,184,164); }

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

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

 a { background-color: rgb(75,184,164); }

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

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

 span { border-color: rgb(75,184,164); }

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