#43BDA6

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

Shades of Puerto Rico #43BDA6

Tints of Puerto Rico #43BDA6

Color information

#43BDA6 (or 0x43BDA6) is unknown color: approx Puerto Rico. HEX triplet: 43, BD and A6. RGB value is (67,189,166). Sum of RGB (Red+Green+Blue) = 67+189+166=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #43BDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BDA6 is #BC4259. Grayscale: #959595. Windows color (decimal): -12337754 or 10927427. OLE color: 10927427.

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

Color convert

RGB67189166-
CMYK0.6500.120.26
HSL168.69º48.03%50.2%-
HSV(B)168.69º64.55%74.12%-
XYZ27.440.3442.42-
YUV149.9137.0868.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.88%
GREEN value IS 189 (74.22% from 255) = 44.79%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=15.88%
G=44.79%
B=39.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671891660.6500.120.26168.6948.0350.2
Hex43BDA6410C1Aa93032
Octal103275246101014322516062
Binary100001110111101101001101000001011001101010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,189,166); }

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

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

 a { background-color: rgb(67,189,166); }

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

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

 span { border-color: rgb(67,189,166); }

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