Html Css Color HEX #185347 Deep Teal

📋 copy color: '#185347'

red 24 ◦ green 83 ◦ blue 71

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

Shades of Deep Teal #185347

Tints of Deep Teal #185347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 13.48%
G = 46.63%
B = 39.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#185347 (or 0x185347) is known color: Deep Teal. HEX triplet: 18, 53 and 47. RGB value is (24,83,71). Sum of RGB (Red+Green+Blue) = 24+83+71=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #185347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185347 is #E7ACB8. Grayscale: #3F3F3F. Windows color (decimal): -15183033 or 4674328. OLE color: 4674328.

HSL color Cylindrical-coordinate representation of color #185347: hue angle of 167.8º 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 #185347 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 83 71 -
CMYK 0.71 0 0.14 0.67
HSL 167.8º 0.55% 0.21% -
HSV(B) 167.8º 0.71% 0.33% -
XYZ 4.61 6.84 7.04 -
YUV 63.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 24 83 71 0.71 0 0.14 0.67 167.8 0.55 0.21
Hex 18 53 47 47 0 E 43 A8 37 15
Octal 30 123 107 107 0 16 103 250 67 25
Binary 11000 1010011 1000111 1000111 0 1110 1000011 10101000 110111 10101

Color Harmonies of #185347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185347

Black with #185347

Text Example


Text Example

White with #185347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185347; }

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

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

background-color css

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

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

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

border-color css

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

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

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