Html Css Color HEX #15867D Teal

📋 copy color: '#15867D'

red 21 ◦ green 134 ◦ blue 125

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

Shades of Teal #15867D

Tints of Teal #15867D

RGB

 RED value IS 21 (8.59% from 255) = 7.5%

 GREEN value IS 134 (52.73% from 255) = 47.86%

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 7.5%
G = 47.86%
B = 44.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#15867D (or 0x15867D) is known color: Teal. HEX triplet: 15, 86 and 7D. RGB value is (21,134,125). Sum of RGB (Red+Green+Blue) = 21+134+125=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #15867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15867D is #EA7982. Grayscale: #636363. Windows color (decimal): -15366531 or 8226325. OLE color: 8226325.

HSL color Cylindrical-coordinate representation of color #15867D: hue angle of 175.22º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15867D is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 134 125 -
CMYK 0.84 0 0.07 0.47
HSL 175.22º 0.73% 0.3% -
HSV(B) 175.22º 0.84% 0.53% -
XYZ 12.54 18.69 22.35 -
YUV 99.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 21 134 125 0.84 0 0.07 0.47 175.22 0.73 0.3
Hex 15 86 7D 54 0 7 2F AF 49 1E
Octal 25 206 175 124 0 7 57 257 111 36
Binary 10101 10000110 1111101 1010100 0 111 101111 10101111 1001001 11110

Color Harmonies of #15867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15867D

Black with #15867D

Text Example


Text Example

White with #15867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15867D; }

 p { color: rgb(21,134,125); }

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

background-color css

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

 a { background-color: rgb(21,134,125); }

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

border-color css

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

 span { border-color: rgb(21,134,125); }

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