Html Css Color HEX #183835 Deep Teal

📋 copy color: '#183835'

red 24 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #183835

Tints of Deep Teal #183835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.11%

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 18.05%
G = 42.11%
B = 39.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#183835 (or 0x183835) is known color: Deep Teal. HEX triplet: 18, 38 and 35. RGB value is (24,56,53). Sum of RGB (Red+Green+Blue) = 24+56+53=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #183835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183835 is #E7C7CA. Grayscale: #2E2E2E. Windows color (decimal): -15189963 or 3487768. OLE color: 3487768.

HSL color Cylindrical-coordinate representation of color #183835: hue angle of 174.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183835 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 56 53 -
CMYK 0.57 0 0.05 0.78
HSL 174.38º 0.4% 0.16% -
HSV(B) 174.38º 0.57% 0.22% -
XYZ 2.43 3.28 3.87 -
YUV 46.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 24 56 53 0.57 0 0.05 0.78 174.38 0.4 0.16
Hex 18 38 35 39 0 5 4E AE 28 10
Octal 30 70 65 71 0 5 116 256 50 20
Binary 11000 111000 110101 111001 0 101 1001110 10101110 101000 10000

Color Harmonies of #183835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183835

Black with #183835

Text Example


Text Example

White with #183835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183835; }

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

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

background-color css

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

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

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

border-color css

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

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

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