Html Css Color HEX #1C433D Deep Teal

📋 copy color: '#1C433D'

red 28 ◦ green 67 ◦ blue 61

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

Shades of Deep Teal #1C433D

Tints of Deep Teal #1C433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 17.95%
G = 42.95%
B = 39.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#1C433D (or 0x1C433D) is known color: Deep Teal. HEX triplet: 1C, 43 and 3D. RGB value is (28,67,61). Sum of RGB (Red+Green+Blue) = 28+67+61=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #1C433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C433D is #E3BCC2. Grayscale: #363636. Windows color (decimal): -14924995 or 4014876. OLE color: 4014876.

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

Color convert

RGB 28 67 61 -
CMYK 0.58 0 0.09 0.74
HSL 170.77º 0.41% 0.19% -
HSV(B) 170.77º 0.58% 0.26% -
XYZ 3.33 4.6 5.13 -
YUV 54.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 28 67 61 0.58 0 0.09 0.74 170.77 0.41 0.19
Hex 1C 43 3D 3A 0 9 4A AB 29 13
Octal 34 103 75 72 0 11 112 253 51 23
Binary 11100 1000011 111101 111010 0 1001 1001010 10101011 101001 10011

Color Harmonies of #1C433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C433D

Black with #1C433D

Text Example


Text Example

White with #1C433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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