Html Css Color HEX #185346 Deep Teal

📋 copy color: '#185346'

red 24 ◦ green 83 ◦ blue 70

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

Shades of Deep Teal #185346

Tints of Deep Teal #185346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 13.56%
G = 46.89%
B = 39.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#185346 (or 0x185346) is known color: Deep Teal. HEX triplet: 18, 53 and 46. RGB value is (24,83,70). Sum of RGB (Red+Green+Blue) = 24+83+70=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #185346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185346 is #E7ACB9. Grayscale: #3F3F3F. Windows color (decimal): -15183034 or 4608792. OLE color: 4608792.

HSL color Cylindrical-coordinate representation of color #185346: hue angle of 166.78º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185346 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 83 70 -
CMYK 0.71 0 0.16 0.67
HSL 166.78º 0.55% 0.21% -
HSV(B) 166.78º 0.71% 0.33% -
XYZ 4.58 6.82 6.87 -
YUV 63.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 24 83 70 0.71 0 0.16 0.67 166.78 0.55 0.21
Hex 18 53 46 47 0 10 43 A7 37 15
Octal 30 123 106 107 0 20 103 247 67 25
Binary 11000 1010011 1000110 1000111 0 10000 1000011 10100111 110111 10101

Color Harmonies of #185346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185346

Black with #185346

Text Example


Text Example

White with #185346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185346; }

 p { color: rgb(24,83,70); }

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

background-color css

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

 a { background-color: rgb(24,83,70); }

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

border-color css

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

 span { border-color: rgb(24,83,70); }

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