#428282

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

Shades of Paradiso #428282

Tints of Paradiso #428282

Color information

#428282 (or 0x428282) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 82. RGB value is (66,130,130). Sum of RGB (Red+Green+Blue) = 66+130+130=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #428282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428282 is #BD7D7D. Grayscale: #6E6E6E. Windows color (decimal): -12418430 or 8553026. OLE color: 8553026.

HSL color Cylindrical-coordinate representation of color #428282: hue angle of 180º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428282 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66130130-
CMYK0.49000.49
HSL180º32.65%38.43%-
HSV(B)180º49.23%50.98%-
XYZ14.2618.7423.98-
YUV110.86138.896-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=20.25%
G=39.88%
B=39.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301300.49000.4918032.6538.43
Hex428282310031b42126
Octal1022022026100612644146
Binary100001010000010100000101100010011000110110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428282; }

 p { color: rgb(66,130,130); }

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

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

 a { background-color: rgb(66,130,130); }

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

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

 span { border-color: rgb(66,130,130); }

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