Html Css Color HEX #1C423B Deep Teal

📋 copy color: '#1C423B'

red 28 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #1C423B

Tints of Deep Teal #1C423B

RGB

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

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

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

R = 18.3%
G = 43.14%
B = 38.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#1C423B (or 0x1C423B) is known color: Deep Teal. HEX triplet: 1C, 42 and 3B. RGB value is (28,66,59). Sum of RGB (Red+Green+Blue) = 28+66+59=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #1C423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C423B is #E3BDC4. Grayscale: #353535. Windows color (decimal): -14925253 or 3883548. OLE color: 3883548.

HSL color Cylindrical-coordinate representation of color #1C423B: hue angle of 168.95º 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 #1C423B is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 28 66 59 -
CMYK 0.58 0 0.11 0.74
HSL 168.95º 0.4% 0.18% -
HSV(B) 168.95º 0.58% 0.26% -
XYZ 3.22 4.46 4.83 -
YUV 53.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 28 66 59 0.58 0 0.11 0.74 168.95 0.4 0.18
Hex 1C 42 3B 3A 0 B 4A A9 28 12
Octal 34 102 73 72 0 13 112 251 50 22
Binary 11100 1000010 111011 111010 0 1011 1001010 10101001 101000 10010

Color Harmonies of #1C423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C423B

Black with #1C423B

Text Example


Text Example

White with #1C423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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