Html Css Color HEX #1C483E Deep Teal

📋 copy color: '#1C483E'

red 28 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #1C483E

Tints of Deep Teal #1C483E

RGB

 RED value IS 28 (11.33% from 255) = 17.28%

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 62 (24.61% from 255) = 38.27%

R = 17.28%
G = 44.44%
B = 38.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#1C483E (or 0x1C483E) is known color: Deep Teal. HEX triplet: 1C, 48 and 3E. RGB value is (28,72,62). Sum of RGB (Red+Green+Blue) = 28+72+62=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #1C483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C483E is #E3B7C1. Grayscale: #393939. Windows color (decimal): -14923714 or 4081692. OLE color: 4081692.

HSL color Cylindrical-coordinate representation of color #1C483E: hue angle of 166.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C483E is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 72 62 -
CMYK 0.61 0 0.14 0.72
HSL 166.36º 0.44% 0.2% -
HSV(B) 166.36º 0.61% 0.28% -
XYZ 3.67 5.23 5.37 -
YUV 57.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 28 72 62 0.61 0 0.14 0.72 166.36 0.44 0.2
Hex 1C 48 3E 3D 0 E 48 A6 2C 14
Octal 34 110 76 75 0 16 110 246 54 24
Binary 11100 1001000 111110 111101 0 1110 1001000 10100110 101100 10100

Color Harmonies of #1C483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C483E

Black with #1C483E

Text Example


Text Example

White with #1C483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,72,62); }

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

background-color css

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

 a { background-color: rgb(28,72,62); }

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

border-color css

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

 span { border-color: rgb(28,72,62); }

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