Html Css Color HEX #183C38 Deep Teal

📋 copy color: '#183C38'

red 24 ◦ green 60 ◦ blue 56

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

Shades of Deep Teal #183C38

Tints of Deep Teal #183C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 17.14%
G = 42.86%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#183C38 (or 0x183C38) is known color: Deep Teal. HEX triplet: 18, 3C and 38. RGB value is (24,60,56). Sum of RGB (Red+Green+Blue) = 24+60+56=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 60 - color contains mainly: green. Hex color #183C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C38 is #E7C3C7. Grayscale: #303030. Windows color (decimal): -15188936 or 3685400. OLE color: 3685400.

HSL color Cylindrical-coordinate representation of color #183C38: hue angle of 173.33º 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 #183C38 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 60 56 -
CMYK 0.60 0 0.07 0.76
HSL 173.33º 0.43% 0.16% -
HSV(B) 173.33º 0.6% 0.24% -
XYZ 2.71 3.71 4.32 -
YUV 48.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 24 60 56 0.60 0 0.07 0.76 173.33 0.43 0.16
Hex 18 3C 38 3C 0 7 4C AD 2B 10
Octal 30 74 70 74 0 7 114 255 53 20
Binary 11000 111100 111000 111100 0 111 1001100 10101101 101011 10000

Color Harmonies of #183C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C38

Black with #183C38

Text Example


Text Example

White with #183C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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