Html Css Color HEX #185246 Deep Teal

📋 copy color: '#185246'

red 24 ◦ green 82 ◦ blue 70

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

Shades of Deep Teal #185246

Tints of Deep Teal #185246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

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

R = 13.64%
G = 46.59%
B = 39.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#185246 (or 0x185246) is known color: Deep Teal. HEX triplet: 18, 52 and 46. RGB value is (24,82,70). Sum of RGB (Red+Green+Blue) = 24+82+70=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #185246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185246 is #E7ADB9. Grayscale: #3F3F3F. Windows color (decimal): -15183290 or 4608536. OLE color: 4608536.

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

Color convert

RGB 24 82 70 -
CMYK 0.71 0 0.15 0.68
HSL 167.59º 0.55% 0.21% -
HSV(B) 167.59º 0.71% 0.32% -
XYZ 4.5 6.67 6.84 -
YUV 63.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 24 82 70 0.71 0 0.15 0.68 167.59 0.55 0.21
Hex 18 52 46 47 0 F 44 A8 37 15
Octal 30 122 106 107 0 17 104 250 67 25
Binary 11000 1010010 1000110 1000111 0 1111 1000100 10101000 110111 10101

Color Harmonies of #185246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185246

Black with #185246

Text Example


Text Example

White with #185246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185246; }

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

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

background-color css

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

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

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

border-color css

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

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

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