Html Css Color HEX #1F423B Deep Teal

📋 copy color: '#1F423B'

red 31 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #1F423B

Tints of Deep Teal #1F423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 19.87%
G = 42.31%
B = 37.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#1F423B (or 0x1F423B) is known color: Deep Teal. HEX triplet: 1F, 42 and 3B. RGB value is (31,66,59). Sum of RGB (Red+Green+Blue) = 31+66+59=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423B is #E0BDC4. Grayscale: #363636. Windows color (decimal): -14728645 or 3883551. OLE color: 3883551.

HSL color Cylindrical-coordinate representation of color #1F423B: hue angle of 168º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F423B is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 66 59 -
CMYK 0.53 0 0.11 0.74
HSL 168º 0.36% 0.19% -
HSV(B) 168º 0.53% 0.26% -
XYZ 3.3 4.5 4.83 -
YUV 54.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 31 66 59 0.53 0 0.11 0.74 168 0.36 0.19
Hex 1F 42 3B 35 0 B 4A A8 24 13
Octal 37 102 73 65 0 13 112 250 44 23
Binary 11111 1000010 111011 110101 0 1011 1001010 10101000 100100 10011

Color Harmonies of #1F423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F423B

Black with #1F423B

Text Example


Text Example

White with #1F423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,59); }

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

background-color css

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

 a { background-color: rgb(31,66,59); }

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

border-color css

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

 span { border-color: rgb(31,66,59); }

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