Html Css Color HEX #1F8880 Elm

📋 copy color: '#1F8880'

red 31 ◦ green 136 ◦ blue 128

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

Shades of Elm #1F8880

Tints of Elm #1F8880

RGB

 RED value IS 31 (12.5% from 255) = 10.51%

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 10.51%
G = 46.1%
B = 43.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#1F8880 (or 0x1F8880) is known color: Elm. HEX triplet: 1F, 88 and 80. RGB value is (31,136,128). Sum of RGB (Red+Green+Blue) = 31+136+128=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8880 is #E0777F. Grayscale: #676767. Windows color (decimal): -14710656 or 8423455. OLE color: 8423455.

HSL color Cylindrical-coordinate representation of color #1F8880: hue angle of 175.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8880 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 136 128 -
CMYK 0.77 0 0.06 0.47
HSL 175.43º 0.63% 0.33% -
HSV(B) 175.43º 0.77% 0.53% -
XYZ 13.27 19.46 23.48 -
YUV 103.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 31 136 128 0.77 0 0.06 0.47 175.43 0.63 0.33
Hex 1F 88 80 4D 0 6 2F AF 3F 21
Octal 37 210 200 115 0 6 57 257 77 41
Binary 11111 10001000 10000000 1001101 0 110 101111 10101111 111111 100001

Color Harmonies of #1F8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8880

Black with #1F8880

Text Example


Text Example

White with #1F8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F8880; }

 p { color: rgb(31,136,128); }

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

background-color css

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

 a { background-color: rgb(31,136,128); }

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

border-color css

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

 span { border-color: rgb(31,136,128); }

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