Html Css Color HEX #1C423E Deep Teal

📋 copy color: '#1C423E'

red 28 ◦ green 66 ◦ blue 62

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

Shades of Deep Teal #1C423E

Tints of Deep Teal #1C423E

RGB

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

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

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

R = 17.95%
G = 42.31%
B = 39.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#1C423E (or 0x1C423E) is known color: Deep Teal. HEX triplet: 1C, 42 and 3E. RGB value is (28,66,62). Sum of RGB (Red+Green+Blue) = 28+66+62=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #1C423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C423E is #E3BDC1. Grayscale: #363636. Windows color (decimal): -14925250 or 4080156. OLE color: 4080156.

HSL color Cylindrical-coordinate representation of color #1C423E: hue angle of 173.68º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C423E is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 28 66 62 -
CMYK 0.58 0 0.06 0.74
HSL 173.68º 0.4% 0.18% -
HSV(B) 173.68º 0.58% 0.26% -
XYZ 3.3 4.49 5.25 -
YUV 54.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 28 66 62 0.58 0 0.06 0.74 173.68 0.4 0.18
Hex 1C 42 3E 3A 0 6 4A AE 28 12
Octal 34 102 76 72 0 6 112 256 50 22
Binary 11100 1000010 111110 111010 0 110 1001010 10101110 101000 10010

Color Harmonies of #1C423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C423E

Black with #1C423E

Text Example


Text Example

White with #1C423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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