Html Css Color HEX #428186 Paradiso

📋 copy color: '#428186'

red 66 ◦ green 129 ◦ blue 134

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

Shades of Paradiso #428186

Tints of Paradiso #428186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 20.06%
G = 39.21%
B = 40.73%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428186 (or 0x428186) is known color: Paradiso. HEX triplet: 42, 81 and 86. RGB value is (66,129,134). Sum of RGB (Red+Green+Blue) = 66+129+134=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #428186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428186 is #BD7E79. Grayscale: #6E6E6E. Windows color (decimal): -12418682 or 8814914. OLE color: 8814914.

HSL color Cylindrical-coordinate representation of color #428186: hue angle of 184.41º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428186 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 129 134 -
CMYK 0.51 0.04 0 0.47
HSL 184.41º 0.34% 0.39% -
HSV(B) 184.41º 0.51% 0.53% -
XYZ 14.4 18.58 25.38 -
YUV 110.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 66 129 134 0.51 0.04 0 0.47 184.41 0.34 0.39
Hex 42 81 86 33 4 0 2F B8 22 27
Octal 102 201 206 63 4 0 57 270 42 47
Binary 1000010 10000001 10000110 110011 100 0 101111 10111000 100010 100111

Color Harmonies of #428186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428186

Black with #428186

Text Example


Text Example

White with #428186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428186; }

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

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

background-color css

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

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

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

border-color css

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

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

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