#43B4AD

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

Shades of Puerto Rico #43B4AD

Tints of Puerto Rico #43B4AD

Color information

#43B4AD (or 0x43B4AD) is unknown color: approx Puerto Rico. HEX triplet: 43, B4 and AD. RGB value is (67,180,173). Sum of RGB (Red+Green+Blue) = 67+180+173=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #43B4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B4AD is #BC4B52. Grayscale: #919191. Windows color (decimal): -12340051 or 11383875. OLE color: 11383875.

HSL color Cylindrical-coordinate representation of color #43B4AD: hue angle of 176.28º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B4AD is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB67180173-
CMYK0.6300.040.29
HSL176.28º45.75%48.43%-
HSV(B)176.28º62.78%70.59%-
XYZ26.1836.8545.27-
YUV145.42143.5672.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.95%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=15.95%
G=42.86%
B=41.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal671801730.6300.040.29176.2845.7548.43
Hex43B4AD3F041Db02e30
Octal1032642557704352605660
Binary1000011101101001010110111111101001110110110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43B4AD; }

 p { color: rgb(67,180,173); }

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

<style>
 a { background-color: #43B4AD; }

 a { background-color: rgb(67,180,173); }

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

<style>
 span { border-color: #43B4AD; }

 span { border-color: rgb(67,180,173); }

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