Html Css Color HEX #428184 Paradiso

📋 copy color: '#428184'

red 66 ◦ green 129 ◦ blue 132

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

Shades of Paradiso #428184

Tints of Paradiso #428184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 20.18%
G = 39.45%
B = 40.37%

CMYK

 C value IS 0.5

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#428184 (or 0x428184) is known color: Paradiso. HEX triplet: 42, 81 and 84. RGB value is (66,129,132). Sum of RGB (Red+Green+Blue) = 66+129+132=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #428184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428184 is #BD7E7B. Grayscale: #6E6E6E. Windows color (decimal): -12418684 or 8683842. OLE color: 8683842.

HSL color Cylindrical-coordinate representation of color #428184: hue angle of 182.73º 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 #428184 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 129 132 -
CMYK 0.5 0.02 0 0.48
HSL 182.73º 0.33% 0.39% -
HSV(B) 182.73º 0.5% 0.52% -
XYZ 14.26 18.52 24.65 -
YUV 110.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 66 129 132 0.5 0.02 0 0.48 182.73 0.33 0.39
Hex 42 81 84 32 2 0 30 B7 21 27
Octal 102 201 204 62 2 0 60 267 41 47
Binary 1000010 10000001 10000100 110010 10 0 110000 10110111 100001 100111

Color Harmonies of #428184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428184

Black with #428184

Text Example


Text Example

White with #428184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428184; }

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

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

background-color css

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

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

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

border-color css

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

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

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