Html Css Color HEX #1F5F50 Evening Sea

📋 copy color: '#1F5F50'

red 31 ◦ green 95 ◦ blue 80

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

Shades of Evening Sea #1F5F50

Tints of Evening Sea #1F5F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.12%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 15.05%
G = 46.12%
B = 38.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#1F5F50 (or 0x1F5F50) is known color: Evening Sea. HEX triplet: 1F, 5F and 50. RGB value is (31,95,80). Sum of RGB (Red+Green+Blue) = 31+95+80=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F50 is #E0A0AF. Grayscale: #4A4A4A. Windows color (decimal): -14721200 or 5267231. OLE color: 5267231.

HSL color Cylindrical-coordinate representation of color #1F5F50: hue angle of 165.94º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F50 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 95 80 -
CMYK 0.67 0 0.16 0.63
HSL 165.94º 0.51% 0.25% -
HSV(B) 165.94º 0.67% 0.37% -
XYZ 6.11 9.05 9.02 -
YUV 74.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 31 95 80 0.67 0 0.16 0.63 165.94 0.51 0.25
Hex 1F 5F 50 43 0 10 3F A6 33 19
Octal 37 137 120 103 0 20 77 246 63 31
Binary 11111 1011111 1010000 1000011 0 10000 111111 10100110 110011 11001

Color Harmonies of #1F5F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5F50

Black with #1F5F50

Text Example


Text Example

White with #1F5F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,95,80); }

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

background-color css

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

 a { background-color: rgb(31,95,80); }

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

border-color css

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

 span { border-color: rgb(31,95,80); }

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