#183C33

Color #183C33 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #183C33

Tints of Deep Teal #183C33

Color information

#183C33 (or 0x183C33) is unknown color: approx Deep Teal. HEX triplet: 18, 3C and 33. RGB value is (24,60,51). Sum of RGB (Red+Green+Blue) = 24+60+51=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #183C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C33 is #E7C3CC. Grayscale: #303030. Windows color (decimal): -15188941 or 3357720. OLE color: 3357720.

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

Color convert

RGB246051-
CMYK0.6000.150.76
HSL165º42.86%16.47%-
HSV(B)165º60%23.53%-
XYZ2.593.663.7-
YUV48.21129.57110.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 60 (23.83% from 255) = 44.44%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=17.78%
G=44.44%
B=37.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2460510.6000.150.7616542.8616.47
Hex183C333C0F4Ca52b10
Octal307463740171142455320
Binary110001111001100111111000111110011001010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #183C33;
 }
 .AnyTagClassName
 {
   color: #183C33;
 }
</style>
background-color css

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

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

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

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

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

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