Html Css Color HEX #1F463D Deep Teal

📋 copy color: '#1F463D'

red 31 ◦ green 70 ◦ blue 61

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

Shades of Deep Teal #1F463D

Tints of Deep Teal #1F463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.21%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 19.14%
G = 43.21%
B = 37.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#1F463D (or 0x1F463D) is known color: Deep Teal. HEX triplet: 1F, 46 and 3D. RGB value is (31,70,61). Sum of RGB (Red+Green+Blue) = 31+70+61=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #1F463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F463D is #E0B9C2. Grayscale: #393939. Windows color (decimal): -14727619 or 4015647. OLE color: 4015647.

HSL color Cylindrical-coordinate representation of color #1F463D: hue angle of 166.15º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F463D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 70 61 -
CMYK 0.56 0 0.13 0.73
HSL 166.15º 0.39% 0.2% -
HSV(B) 166.15º 0.56% 0.27% -
XYZ 3.6 5.01 5.19 -
YUV 57.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 31 70 61 0.56 0 0.13 0.73 166.15 0.39 0.2
Hex 1F 46 3D 38 0 D 49 A6 27 14
Octal 37 106 75 70 0 15 111 246 47 24
Binary 11111 1000110 111101 111000 0 1101 1001001 10100110 100111 10100

Color Harmonies of #1F463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F463D

Black with #1F463D

Text Example


Text Example

White with #1F463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,61); }

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

background-color css

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

 a { background-color: rgb(31,70,61); }

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

border-color css

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

 span { border-color: rgb(31,70,61); }

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