#43BCB0

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

Shades of Puerto Rico #43BCB0

Tints of Puerto Rico #43BCB0

Color information

#43BCB0 (or 0x43BCB0) is unknown color: approx Puerto Rico. HEX triplet: 43, BC and B0. RGB value is (67,188,176). Sum of RGB (Red+Green+Blue) = 67+188+176=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BCB0 is #BC434F. Grayscale: #969696. Windows color (decimal): -12338000 or 11582531. OLE color: 11582531.

HSL color Cylindrical-coordinate representation of color #43BCB0: hue angle of 174.05º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BCB0 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB67188176-
CMYK0.6400.060.26
HSL174.05º47.45%50%-
HSV(B)174.05º64.36%73.73%-
XYZ28.1340.2947.37-
YUV150.45142.4168.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.55%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=15.55%
G=43.62%
B=40.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671881760.6400.060.26174.0547.4550
Hex43BCB040061Aae2f32
Octal10327426010006322565762
Binary10000111011110010110000100000001101101010101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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