Html Css Color HEX #178284 Teal

📋 copy color: '#178284'

red 23 ◦ green 130 ◦ blue 132

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

Shades of Teal #178284

Tints of Teal #178284

RGB

 RED value IS 23 (9.38% from 255) = 8.07%

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 8.07%
G = 45.61%
B = 46.32%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#178284 (or 0x178284) is known color: Teal. HEX triplet: 17, 82 and 84. RGB value is (23,130,132). Sum of RGB (Red+Green+Blue) = 23+130+132=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #178284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178284 is #E87D7B. Grayscale: #626262. Windows color (decimal): -15236476 or 8684055. OLE color: 8684055.

HSL color Cylindrical-coordinate representation of color #178284: hue angle of 181.1º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178284 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 130 132 -
CMYK 0.83 0.02 0 0.48
HSL 181.1º 0.7% 0.3% -
HSV(B) 181.1º 0.83% 0.52% -
XYZ 12.5 17.81 24.61 -
YUV 98.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 23 130 132 0.83 0.02 0 0.48 181.1 0.7 0.3
Hex 17 82 84 53 2 0 30 B5 46 1E
Octal 27 202 204 123 2 0 60 265 106 36
Binary 10111 10000010 10000100 1010011 10 0 110000 10110101 1000110 11110

Color Harmonies of #178284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178284

Black with #178284

Text Example


Text Example

White with #178284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178284; }

 p { color: rgb(23,130,132); }

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

background-color css

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

 a { background-color: rgb(23,130,132); }

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

border-color css

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

 span { border-color: rgb(23,130,132); }

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