Html Css Color HEX #15877D Teal

📋 copy color: '#15877D'

red 21 ◦ green 135 ◦ blue 125

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

Shades of Teal #15877D

Tints of Teal #15877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.04%

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

R = 7.47%
G = 48.04%
B = 44.48%

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

#15877D (or 0x15877D) is known color: Teal. HEX triplet: 15, 87 and 7D. RGB value is (21,135,125). Sum of RGB (Red+Green+Blue) = 21+135+125=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #15877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15877D is #EA7882. Grayscale: #636363. Windows color (decimal): -15366275 or 8226581. OLE color: 8226581.

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

Color convert

RGB 21 135 125 -
CMYK 0.84 0 0.07 0.47
HSL 174.74º 0.73% 0.31% -
HSV(B) 174.74º 0.84% 0.53% -
XYZ 12.67 18.97 22.4 -
YUV 99.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 21 135 125 0.84 0 0.07 0.47 174.74 0.73 0.31
Hex 15 87 7D 54 0 7 2F AF 49 1F
Octal 25 207 175 124 0 7 57 257 111 37
Binary 10101 10000111 1111101 1010100 0 111 101111 10101111 1001001 11111

Color Harmonies of #15877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15877D

Black with #15877D

Text Example


Text Example

White with #15877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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