Html Css Color HEX #428185 Paradiso

📋 copy color: '#428185'

red 66 ◦ green 129 ◦ blue 133

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

Shades of Paradiso #428185

Tints of Paradiso #428185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 20.12%
G = 39.33%
B = 40.55%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#428185 (or 0x428185) is known color: Paradiso. HEX triplet: 42, 81 and 85. RGB value is (66,129,133). Sum of RGB (Red+Green+Blue) = 66+129+133=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #428185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428185 is #BD7E7A. Grayscale: #6E6E6E. Windows color (decimal): -12418683 or 8749378. OLE color: 8749378.

HSL color Cylindrical-coordinate representation of color #428185: hue angle of 183.58º degrees, saturation: 0.34, 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 #428185 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 129 133 -
CMYK 0.50 0.03 0 0.48
HSL 183.58º 0.34% 0.39% -
HSV(B) 183.58º 0.5% 0.52% -
XYZ 14.33 18.55 25.02 -
YUV 110.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 66 129 133 0.50 0.03 0 0.48 183.58 0.34 0.39
Hex 42 81 85 32 3 0 30 B8 22 27
Octal 102 201 205 62 3 0 60 270 42 47
Binary 1000010 10000001 10000101 110010 11 0 110000 10111000 100010 100111

Color Harmonies of #428185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428185

Black with #428185

Text Example


Text Example

White with #428185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428185; }

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

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

background-color css

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

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

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

border-color css

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

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

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