#43BBB2

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

Shades of Puerto Rico #43BBB2

Tints of Puerto Rico #43BBB2

Color information

#43BBB2 (or 0x43BBB2) is unknown color: approx Puerto Rico. HEX triplet: 43, BB and B2. RGB value is (67,187,178). Sum of RGB (Red+Green+Blue) = 67+187+178=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #43BBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BBB2 is #BC444D. Grayscale: #969696. Windows color (decimal): -12338254 or 11713347. OLE color: 11713347.

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

Color convert

RGB67187178-
CMYK0.6400.050.27
HSL175.5º47.24%49.8%-
HSV(B)175.5º64.17%73.33%-
XYZ28.1239.9548.35-
YUV150.09143.7468.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.51%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=15.51%
G=43.29%
B=41.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671871780.6400.050.27175.547.2449.8
Hex43BBB240051Bb02f32
Octal10327326210005332605762
Binary10000111011101110110010100000001011101110110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,187,178); }

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

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

 a { background-color: rgb(67,187,178); }

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

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

 span { border-color: rgb(67,187,178); }

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