Html Css Color HEX #118285 Teal

📋 copy color: '#118285'

red 17 ◦ green 130 ◦ blue 133

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

Shades of Teal #118285

Tints of Teal #118285

RGB

 RED value IS 17 (7.03% from 255) = 6.07%

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

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 6.07%
G = 46.43%
B = 47.5%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#118285 (or 0x118285) is known color: Teal. HEX triplet: 11, 82 and 85. RGB value is (17,130,133). Sum of RGB (Red+Green+Blue) = 17+130+133=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #118285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118285 is #EE7D7A. Grayscale: #606060. Windows color (decimal): -15629691 or 8749585. OLE color: 8749585.

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

Color convert

RGB 17 130 133 -
CMYK 0.87 0.02 0 0.48
HSL 181.55º 0.77% 0.29% -
HSV(B) 181.55º 0.87% 0.52% -
XYZ 12.45 17.78 24.97 -
YUV 96.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 17 130 133 0.87 0.02 0 0.48 181.55 0.77 0.29
Hex 11 82 85 57 2 0 30 B6 4D 1D
Octal 21 202 205 127 2 0 60 266 115 35
Binary 10001 10000010 10000101 1010111 10 0 110000 10110110 1001101 11101

Color Harmonies of #118285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118285

Black with #118285

Text Example


Text Example

White with #118285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118285; }

 p { color: rgb(17,130,133); }

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

background-color css

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

 a { background-color: rgb(17,130,133); }

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

border-color css

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

 span { border-color: rgb(17,130,133); }

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