#43B1AD

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

Shades of Puerto Rico #43B1AD

Tints of Puerto Rico #43B1AD

Color information

#43B1AD (or 0x43B1AD) is unknown color: approx Puerto Rico. HEX triplet: 43, B1 and AD. RGB value is (67,177,173). Sum of RGB (Red+Green+Blue) = 67+177+173=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #43B1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B1AD is #BC4E52. Grayscale: #8F8F8F. Windows color (decimal): -12340819 or 11383107. OLE color: 11383107.

HSL color Cylindrical-coordinate representation of color #43B1AD: hue angle of 177.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B1AD is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB67177173-
CMYK0.6200.020.31
HSL177.82º45.08%47.84%-
HSV(B)177.82º62.15%69.41%-
XYZ25.5835.6545.07-
YUV143.65144.5673.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.07%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=16.07%
G=42.45%
B=41.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671771730.6200.020.31177.8245.0847.84
Hex43B1AD3E021Fb22d30
Octal1032612557602372625560
Binary100001110110001101011011111100101111110110010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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