Html Css Color HEX #118283 Teal

📋 copy color: '#118283'

red 17 ◦ green 130 ◦ blue 131

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

Shades of Teal #118283

Tints of Teal #118283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 6.12%
G = 46.76%
B = 47.12%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#118283 (or 0x118283) is known color: Teal. HEX triplet: 11, 82 and 83. RGB value is (17,130,131). Sum of RGB (Red+Green+Blue) = 17+130+131=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #118283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118283 is #EE7D7C. Grayscale: #606060. Windows color (decimal): -15629693 or 8618513. OLE color: 8618513.

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

Color convert

RGB 17 130 131 -
CMYK 0.87 0.01 0 0.49
HSL 180.53º 0.77% 0.29% -
HSV(B) 180.53º 0.87% 0.51% -
XYZ 12.31 17.72 24.24 -
YUV 96.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 17 130 131 0.87 0.01 0 0.49 180.53 0.77 0.29
Hex 11 82 83 57 1 0 31 B5 4D 1D
Octal 21 202 203 127 1 0 61 265 115 35
Binary 10001 10000010 10000011 1010111 1 0 110001 10110101 1001101 11101

Color Harmonies of #118283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118283

Black with #118283

Text Example


Text Example

White with #118283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118283; }

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

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

background-color css

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

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

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

border-color css

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

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

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