Html Css Color HEX #428683 Paradiso

📋 copy color: '#428683'

red 66 ◦ green 134 ◦ blue 131

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

Shades of Paradiso #428683

Tints of Paradiso #428683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 19.94%
G = 40.48%
B = 39.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#428683 (or 0x428683) is known color: Paradiso. HEX triplet: 42, 86 and 83. RGB value is (66,134,131). Sum of RGB (Red+Green+Blue) = 66+134+131=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #428683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428683 is #BD797C. Grayscale: #717171. Windows color (decimal): -12417405 or 8619586. OLE color: 8619586.

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

Color convert

RGB 66 134 131 -
CMYK 0.51 0 0.02 0.47
HSL 177.35º 0.34% 0.39% -
HSV(B) 177.35º 0.51% 0.53% -
XYZ 14.87 19.85 24.52 -
YUV 113.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 66 134 131 0.51 0 0.02 0.47 177.35 0.34 0.39
Hex 42 86 83 33 0 2 2F B1 22 27
Octal 102 206 203 63 0 2 57 261 42 47
Binary 1000010 10000110 10000011 110011 0 10 101111 10110001 100010 100111

Color Harmonies of #428683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428683

Black with #428683

Text Example


Text Example

White with #428683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428683; }

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

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

background-color css

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

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

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

border-color css

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

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

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