Html Css Color HEX #418188 Paradiso

📋 copy color: '#418188'

red 65 ◦ green 129 ◦ blue 136

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

Shades of Paradiso #418188

Tints of Paradiso #418188

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 19.7%
G = 39.09%
B = 41.21%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#418188 (or 0x418188) is known color: Paradiso. HEX triplet: 41, 81 and 88. RGB value is (65,129,136). Sum of RGB (Red+Green+Blue) = 65+129+136=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #418188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418188 is #BE7E77. Grayscale: #6E6E6E. Windows color (decimal): -12484216 or 8945985. OLE color: 8945985.

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

Color convert

RGB 65 129 136 -
CMYK 0.52 0.05 0 0.47
HSL 185.92º 0.35% 0.39% -
HSV(B) 185.92º 0.52% 0.53% -
XYZ 14.47 18.6 26.12 -
YUV 110.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 65 129 136 0.52 0.05 0 0.47 185.92 0.35 0.39
Hex 41 81 88 34 5 0 2F BA 23 27
Octal 101 201 210 64 5 0 57 272 43 47
Binary 1000001 10000001 10001000 110100 101 0 101111 10111010 100011 100111

Color Harmonies of #418188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418188

Black with #418188

Text Example


Text Example

White with #418188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418188; }

 p { color: rgb(65,129,136); }

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

background-color css

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

 a { background-color: rgb(65,129,136); }

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

border-color css

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

 span { border-color: rgb(65,129,136); }

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