Html Css Color HEX #1C433C Deep Teal

📋 copy color: '#1C433C'

red 28 ◦ green 67 ◦ blue 60

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

Shades of Deep Teal #1C433C

Tints of Deep Teal #1C433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.23%

 BLUE value IS 60 (23.83% from 255) = 38.71%

R = 18.06%
G = 43.23%
B = 38.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#1C433C (or 0x1C433C) is known color: Deep Teal. HEX triplet: 1C, 43 and 3C. RGB value is (28,67,60). Sum of RGB (Red+Green+Blue) = 28+67+60=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #1C433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C433C is #E3BCC3. Grayscale: #363636. Windows color (decimal): -14924996 or 3949340. OLE color: 3949340.

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

Color convert

RGB 28 67 60 -
CMYK 0.58 0 0.10 0.74
HSL 169.23º 0.41% 0.19% -
HSV(B) 169.23º 0.58% 0.26% -
XYZ 3.3 4.59 4.99 -
YUV 54.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 28 67 60 0.58 0 0.10 0.74 169.23 0.41 0.19
Hex 1C 43 3C 3A 0 A 4A A9 29 13
Octal 34 103 74 72 0 12 112 251 51 23
Binary 11100 1000011 111100 111010 0 1010 1001010 10101001 101001 10011

Color Harmonies of #1C433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C433C

Black with #1C433C

Text Example


Text Example

White with #1C433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,67,60); }

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

background-color css

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

 a { background-color: rgb(28,67,60); }

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

border-color css

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

 span { border-color: rgb(28,67,60); }

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