Html Css Color HEX #157B7E Teal

📋 copy color: '#157B7E'

red 21 ◦ green 123 ◦ blue 126

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

Shades of Teal #157B7E

Tints of Teal #157B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.56%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 7.78%
G = 45.56%
B = 46.67%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#157B7E (or 0x157B7E) is known color: Teal. HEX triplet: 15, 7B and 7E. RGB value is (21,123,126). Sum of RGB (Red+Green+Blue) = 21+123+126=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #157B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B7E is #EA8481. Grayscale: #5C5C5C. Windows color (decimal): -15369346 or 8289045. OLE color: 8289045.

HSL color Cylindrical-coordinate representation of color #157B7E: hue angle of 181.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B7E is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 123 126 -
CMYK 0.83 0.02 0 0.51
HSL 181.71º 0.71% 0.29% -
HSV(B) 181.71º 0.83% 0.49% -
XYZ 11.16 15.83 22.21 -
YUV 92.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 21 123 126 0.83 0.02 0 0.51 181.71 0.71 0.29
Hex 15 7B 7E 53 2 0 33 B6 47 1D
Octal 25 173 176 123 2 0 63 266 107 35
Binary 10101 1111011 1111110 1010011 10 0 110011 10110110 1000111 11101

Color Harmonies of #157B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B7E

Black with #157B7E

Text Example


Text Example

White with #157B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157B7E; }

 p { color: rgb(21,123,126); }

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

background-color css

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

 a { background-color: rgb(21,123,126); }

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

border-color css

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

 span { border-color: rgb(21,123,126); }

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