Html Css Color HEX #408685 Paradiso

📋 copy color: '#408685'

red 64 ◦ green 134 ◦ blue 133

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

Shades of Paradiso #408685

Tints of Paradiso #408685

RGB

 RED value IS 64 (25.39% from 255) = 19.34%

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

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

R = 19.34%
G = 40.48%
B = 40.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#408685 (or 0x408685) is known color: Paradiso. HEX triplet: 40, 86 and 85. RGB value is (64,134,133). Sum of RGB (Red+Green+Blue) = 64+134+133=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #408685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408685 is #BF797A. Grayscale: #707070. Windows color (decimal): -12548475 or 8750656. OLE color: 8750656.

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

Color convert

RGB 64 134 133 -
CMYK 0.52 0 0.01 0.47
HSL 179.14º 0.35% 0.39% -
HSV(B) 179.14º 0.52% 0.53% -
XYZ 14.87 19.83 25.23 -
YUV 112.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 64 134 133 0.52 0 0.01 0.47 179.14 0.35 0.39
Hex 40 86 85 34 0 1 2F B3 23 27
Octal 100 206 205 64 0 1 57 263 43 47
Binary 1000000 10000110 10000101 110100 0 1 101111 10110011 100011 100111

Color Harmonies of #408685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408685

Black with #408685

Text Example


Text Example

White with #408685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408685; }

 p { color: rgb(64,134,133); }

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

background-color css

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

 a { background-color: rgb(64,134,133); }

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

border-color css

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

 span { border-color: rgb(64,134,133); }

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