#43807C

Color #43807C Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #43807C

Tints of Paradiso #43807C

Color information

#43807C (or 0x43807C) is unknown color: approx Paradiso. HEX triplet: 43, 80 and 7C. RGB value is (67,128,124). Sum of RGB (Red+Green+Blue) = 67+128+124=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #43807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43807C is #BC7F83. Grayscale: #6D6D6D. Windows color (decimal): -12353412 or 8159299. OLE color: 8159299.

HSL color Cylindrical-coordinate representation of color #43807C: hue angle of 176.07º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43807C is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB67128124-
CMYK0.4800.030.50
HSL176.07º31.28%38.24%-
HSV(B)176.07º47.66%50.2%-
XYZ13.6718.0921.84-
YUV109.3136.2997.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.00%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=21.00%
G=40.13%
B=38.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671281240.4800.030.50176.0731.2838.24
Hex43807C300332b01f26
Octal1032001746003622603746
Binary10000111000000011111001100000111100101011000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43807C; }

 p { color: rgb(67,128,124); }

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

<style>
 a { background-color: #43807C; }

 a { background-color: rgb(67,128,124); }

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

<style>
 span { border-color: #43807C; }

 span { border-color: rgb(67,128,124); }

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