Html Css Color HEX #40828A Paradiso

📋 copy color: '#40828A'

red 64 ◦ green 130 ◦ blue 138

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

Shades of Paradiso #40828A

Tints of Paradiso #40828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 19.28%
G = 39.16%
B = 41.57%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40828A (or 0x40828A) is known color: Paradiso. HEX triplet: 40, 82 and 8A. RGB value is (64,130,138). Sum of RGB (Red+Green+Blue) = 64+130+138=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #40828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828A is #BF7D75. Grayscale: #6F6F6F. Windows color (decimal): -12549494 or 9077312. OLE color: 9077312.

HSL color Cylindrical-coordinate representation of color #40828A: hue angle of 186.49º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40828A is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 130 138 -
CMYK 0.54 0.06 0 0.46
HSL 186.49º 0.37% 0.4% -
HSV(B) 186.49º 0.54% 0.54% -
XYZ 14.68 18.89 26.92 -
YUV 111.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 64 130 138 0.54 0.06 0 0.46 186.49 0.37 0.4
Hex 40 82 8A 36 6 0 2E BA 25 28
Octal 100 202 212 66 6 0 56 272 45 50
Binary 1000000 10000010 10001010 110110 110 0 101110 10111010 100101 101000

Color Harmonies of #40828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40828A

Black with #40828A

Text Example


Text Example

White with #40828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40828A; }

 p { color: rgb(64,130,138); }

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

background-color css

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

 a { background-color: rgb(64,130,138); }

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

border-color css

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

 span { border-color: rgb(64,130,138); }

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