#43B298

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

Shades of Puerto Rico #43B298

Tints of Puerto Rico #43B298

Color information

#43B298 (or 0x43B298) is unknown color: approx Puerto Rico. HEX triplet: 43, B2 and 98. RGB value is (67,178,152). Sum of RGB (Red+Green+Blue) = 67+178+152=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #43B298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B298 is #BC4D67. Grayscale: #8D8D8D. Windows color (decimal): -12340584 or 10007107. OLE color: 10007107.

HSL color Cylindrical-coordinate representation of color #43B298: hue angle of 165.95º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B298 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB67178152-
CMYK0.6200.150.30
HSL165.95º45.31%48.04%-
HSV(B)165.95º62.36%69.8%-
XYZ23.935.335.26-
YUV141.85133.7374.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.88%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=16.88%
G=44.84%
B=38.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal671781520.6200.150.30165.9545.3148.04
Hex43B2983E0F1Ea62d30
Octal10326223076017362465560
Binary10000111011001010011000111110011111111010100110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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