Html Css Color HEX #1F7D61 Deep Sea

📋 copy color: '#1F7D61'

red 31 ◦ green 125 ◦ blue 97

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

Shades of Deep Sea #1F7D61

Tints of Deep Sea #1F7D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 12.25%
G = 49.41%
B = 38.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#1F7D61 (or 0x1F7D61) is known color: Deep Sea. HEX triplet: 1F, 7D and 61. RGB value is (31,125,97). Sum of RGB (Red+Green+Blue) = 31+125+97=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D61 is #E0829E. Grayscale: #5D5D5D. Windows color (decimal): -14713503 or 6389023. OLE color: 6389023.

HSL color Cylindrical-coordinate representation of color #1F7D61: hue angle of 162.13º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D61 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 125 97 -
CMYK 0.75 0 0.22 0.51
HSL 162.13º 0.6% 0.31% -
HSV(B) 162.13º 0.75% 0.49% -
XYZ 10.06 15.82 13.83 -
YUV 93.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 31 125 97 0.75 0 0.22 0.51 162.13 0.6 0.31
Hex 1F 7D 61 4B 0 16 33 A2 3C 1F
Octal 37 175 141 113 0 26 63 242 74 37
Binary 11111 1111101 1100001 1001011 0 10110 110011 10100010 111100 11111

Color Harmonies of #1F7D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7D61

Black with #1F7D61

Text Example


Text Example

White with #1F7D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,125,97); }

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

background-color css

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

 a { background-color: rgb(31,125,97); }

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

border-color css

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

 span { border-color: rgb(31,125,97); }

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