Html Css Color HEX #183C36 Deep Teal

📋 copy color: '#183C36'

red 24 ◦ green 60 ◦ blue 54

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

Shades of Deep Teal #183C36

Tints of Deep Teal #183C36

RGB

 RED value IS 24 (9.77% from 255) = 17.39%

 GREEN value IS 60 (23.83% from 255) = 43.48%

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 17.39%
G = 43.48%
B = 39.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#183C36 (or 0x183C36) is known color: Deep Teal. HEX triplet: 18, 3C and 36. RGB value is (24,60,54). Sum of RGB (Red+Green+Blue) = 24+60+54=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #183C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C36 is #E7C3C9. Grayscale: #303030. Windows color (decimal): -15188938 or 3554328. OLE color: 3554328.

HSL color Cylindrical-coordinate representation of color #183C36: hue angle of 170º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #183C36 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 60 54 -
CMYK 0.60 0 0.10 0.76
HSL 170º 0.43% 0.16% -
HSV(B) 170º 0.6% 0.24% -
XYZ 2.66 3.69 4.06 -
YUV 48.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 24 60 54 0.60 0 0.10 0.76 170 0.43 0.16
Hex 18 3C 36 3C 0 A 4C AA 2B 10
Octal 30 74 66 74 0 12 114 252 53 20
Binary 11000 111100 110110 111100 0 1010 1001100 10101010 101011 10000

Color Harmonies of #183C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C36

Black with #183C36

Text Example


Text Example

White with #183C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183C36; }

 p { color: rgb(24,60,54); }

 H1.HeaderClassName
 {
   color: #183C36;
 }
 .AnyTagClassName
 {
   color: #183C36;
 }
</style>

background-color css

<style>
 a { background-color: #183C36; }

 a { background-color: rgb(24,60,54); }

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

border-color css

<style>
 span { border-color: #183C36; }

 span { border-color: rgb(24,60,54); }

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