Html Css Color HEX #178484 Teal

📋 copy color: '#178484'

red 23 ◦ green 132 ◦ blue 132

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

Shades of Teal #178484

Tints of Teal #178484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

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

R = 8.01%
G = 45.99%
B = 45.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#178484 (or 0x178484) is known color: Teal. HEX triplet: 17, 84 and 84. RGB value is (23,132,132). Sum of RGB (Red+Green+Blue) = 23+132+132=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #178484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178484 is #E87B7B. Grayscale: #636363. Windows color (decimal): -15235964 or 8684567. OLE color: 8684567.

HSL color Cylindrical-coordinate representation of color #178484: hue angle of 180º 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 #178484 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 132 132 -
CMYK 0.83 0 0 0.48
HSL 180º 0.7% 0.3% -
HSV(B) 180º 0.83% 0.52% -
XYZ 12.77 18.35 24.7 -
YUV 99.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 23 132 132 0.83 0 0 0.48 180 0.7 0.3
Hex 17 84 84 53 0 0 30 B4 46 1E
Octal 27 204 204 123 0 0 60 264 106 36
Binary 10111 10000100 10000100 1010011 0 0 110000 10110100 1000110 11110

Color Harmonies of #178484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178484

Black with #178484

Text Example


Text Example

White with #178484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178484; }

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

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

background-color css

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

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

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

border-color css

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

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

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