#43B495

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

Shades of Puerto Rico #43B495

Tints of Puerto Rico #43B495

Color information

#43B495 (or 0x43B495) is unknown color: approx Puerto Rico. HEX triplet: 43, B4 and 95. RGB value is (67,180,149). Sum of RGB (Red+Green+Blue) = 67+180+149=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #43B495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B495 is #BC4B6A. Grayscale: #8E8E8E. Windows color (decimal): -12340075 or 9811011. OLE color: 9811011.

HSL color Cylindrical-coordinate representation of color #43B495: hue angle of 163.54º 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 #43B495 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB67180149-
CMYK0.6300.170.29
HSL163.54º45.75%48.43%-
HSV(B)163.54º62.78%70.59%-
XYZ24.0636.0134.12-
YUV142.68131.5674.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.92%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=16.92%
G=45.45%
B=37.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal671801490.6300.170.29163.5445.7548.43
Hex43B4953F0111Da42e30
Octal10326422577021352445660
Binary100001110110100100101011111110100011110110100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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