#43BEAF

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

Shades of Puerto Rico #43BEAF

Tints of Puerto Rico #43BEAF

Color information

#43BEAF (or 0x43BEAF) is unknown color: approx Puerto Rico. HEX triplet: 43, BE and AF. RGB value is (67,190,175). Sum of RGB (Red+Green+Blue) = 67+190+175=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #43BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BEAF is #BC4150. Grayscale: #979797. Windows color (decimal): -12337489 or 11517507. OLE color: 11517507.

HSL color Cylindrical-coordinate representation of color #43BEAF: hue angle of 172.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BEAF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB67190175-
CMYK0.6500.080.25
HSL172.68º48.62%50.39%-
HSV(B)172.68º64.74%74.51%-
XYZ28.4741.1246.99-
YUV151.51141.2567.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.51%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=15.51%
G=43.98%
B=40.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671901750.6500.080.25172.6848.6250.39
Hex43BEAF410819ad3132
Octal103276257101010312556162
Binary100001110111110101011111000001010001100110101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,190,175); }

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

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

 a { background-color: rgb(67,190,175); }

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

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

 span { border-color: rgb(67,190,175); }

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