Html Css Color HEX #1F785D Deep Sea

📋 copy color: '#1F785D'

red 31 ◦ green 120 ◦ blue 93

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

Shades of Deep Sea #1F785D

Tints of Deep Sea #1F785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.18%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 12.7%
G = 49.18%
B = 38.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#1F785D (or 0x1F785D) is known color: Deep Sea. HEX triplet: 1F, 78 and 5D. RGB value is (31,120,93). Sum of RGB (Red+Green+Blue) = 31+120+93=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #1F785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F785D is #E087A2. Grayscale: #5A5A5A. Windows color (decimal): -14714787 or 6125599. OLE color: 6125599.

HSL color Cylindrical-coordinate representation of color #1F785D: hue angle of 161.8º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F785D is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 93 -
CMYK 0.74 0 0.22 0.53
HSL 161.8º 0.59% 0.3% -
HSV(B) 161.8º 0.74% 0.47% -
XYZ 9.26 14.51 12.67 -
YUV 90.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 31 120 93 0.74 0 0.22 0.53 161.8 0.59 0.3
Hex 1F 78 5D 4A 0 16 35 A2 3B 1E
Octal 37 170 135 112 0 26 65 242 73 36
Binary 11111 1111000 1011101 1001010 0 10110 110101 10100010 111011 11110

Color Harmonies of #1F785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F785D

Black with #1F785D

Text Example


Text Example

White with #1F785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,120,93); }

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

background-color css

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

 a { background-color: rgb(31,120,93); }

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

border-color css

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

 span { border-color: rgb(31,120,93); }

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