#43C5B0

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

Shades of Puerto Rico #43C5B0

Tints of Puerto Rico #43C5B0

Color information

#43C5B0 (or 0x43C5B0) is unknown color: approx Puerto Rico. HEX triplet: 43, C5 and B0. RGB value is (67,197,176). Sum of RGB (Red+Green+Blue) = 67+197+176=440 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.23% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C5B0 is #BC3A4F. Grayscale: #9B9B9B. Windows color (decimal): -12335696 or 11584835. OLE color: 11584835.

HSL color Cylindrical-coordinate representation of color #43C5B0: hue angle of 170.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C5B0 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB67197176-
CMYK0.6600.110.23
HSL170.31º52.85%51.76%-
HSV(B)170.31º65.99%77.25%-
XYZ30.1244.2648.03-
YUV155.74139.4364.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.23%
GREEN value IS 197 (77.34% from 255) = 44.77%
BLUE value IS 176 (69.14% from 255) = 40%
R=15.23%
G=44.77%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671971760.6600.110.23170.3152.8551.76
Hex43C5B0420B17aa3534
Octal103305260102013272526564
Binary100001111000101101100001000010010111011110101010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,197,176); }

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

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

 a { background-color: rgb(67,197,176); }

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

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

 span { border-color: rgb(67,197,176); }

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