Html Css Color HEX #428482 Paradiso

📋 copy color: '#428482'

red 66 ◦ green 132 ◦ blue 130

#428482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #428482

Tints of Paradiso #428482

RGB

 RED value IS 66 (26.17% from 255) = 20.12%

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 20.12%
G = 40.24%
B = 39.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#428482 (or 0x428482) is known color: Paradiso. HEX triplet: 42, 84 and 82. RGB value is (66,132,130). Sum of RGB (Red+Green+Blue) = 66+132+130=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #428482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428482 is #BD7B7D. Grayscale: #6F6F6F. Windows color (decimal): -12417918 or 8553538. OLE color: 8553538.

HSL color Cylindrical-coordinate representation of color #428482: hue angle of 178.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428482 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 130 -
CMYK 0.5 0 0.02 0.48
HSL 178.18º 0.33% 0.39% -
HSV(B) 178.18º 0.5% 0.52% -
XYZ 14.53 19.27 24.07 -
YUV 112.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 66 132 130 0.5 0 0.02 0.48 178.18 0.33 0.39
Hex 42 84 82 32 0 2 30 B2 21 27
Octal 102 204 202 62 0 2 60 262 41 47
Binary 1000010 10000100 10000010 110010 0 10 110000 10110010 100001 100111

Color Harmonies of #428482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428482

Black with #428482

Text Example


Text Example

White with #428482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428482; }

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

 H1.HeaderClassName
 {
   color: #428482;
 }
 .AnyTagClassName
 {
   color: #428482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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