Html Css Color HEX #398180 Paradiso

📋 copy color: '#398180'

red 57 ◦ green 129 ◦ blue 128

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

Shades of Paradiso #398180

Tints of Paradiso #398180

RGB

 RED value IS 57 (22.66% from 255) = 18.15%

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 18.15%
G = 41.08%
B = 40.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#398180 (or 0x398180) is known color: Paradiso. HEX triplet: 39, 81 and 80. RGB value is (57,129,128). Sum of RGB (Red+Green+Blue) = 57+129+128=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #398180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398180 is #C67E7F. Grayscale: #6B6B6B. Windows color (decimal): -13008512 or 8421689. OLE color: 8421689.

HSL color Cylindrical-coordinate representation of color #398180: hue angle of 179.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398180 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 129 128 -
CMYK 0.56 0 0.01 0.49
HSL 179.17º 0.39% 0.36% -
HSV(B) 179.17º 0.56% 0.51% -
XYZ 13.43 18.13 23.21 -
YUV 107.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 57 129 128 0.56 0 0.01 0.49 179.17 0.39 0.36
Hex 39 81 80 38 0 1 31 B3 27 24
Octal 71 201 200 70 0 1 61 263 47 44
Binary 111001 10000001 10000000 111000 0 1 110001 10110011 100111 100100

Color Harmonies of #398180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398180

Black with #398180

Text Example


Text Example

White with #398180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398180; }

 p { color: rgb(57,129,128); }

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

background-color css

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

 a { background-color: rgb(57,129,128); }

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

border-color css

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

 span { border-color: rgb(57,129,128); }

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