Html Css Color HEX #057B8C Teal

📋 copy color: '#057B8C'

red 5 ◦ green 123 ◦ blue 140

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

Shades of Teal #057B8C

Tints of Teal #057B8C

RGB

 RED value IS 5 (2.34% from 255) = 1.87%

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 1.87%
G = 45.9%
B = 52.24%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#057B8C (or 0x057B8C) is known color: Teal. HEX triplet: 05, 7B and 8C. RGB value is (5,123,140). Sum of RGB (Red+Green+Blue) = 5+123+140=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #057B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057B8C is #FA8473. Grayscale: #595959. Windows color (decimal): -16417908 or 9206533. OLE color: 9206533.

HSL color Cylindrical-coordinate representation of color #057B8C: hue angle of 187.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B8C is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 123 140 -
CMYK 0.96 0.12 0 0.45
HSL 187.56º 0.93% 0.28% -
HSV(B) 187.56º 0.96% 0.55% -
XYZ 11.88 16.09 27.29 -
YUV 89.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 5 123 140 0.96 0.12 0 0.45 187.56 0.93 0.28
Hex 5 7B 8C 60 C 0 2D BC 5D 1C
Octal 5 173 214 140 14 0 55 274 135 34
Binary 101 1111011 10001100 1100000 1100 0 101101 10111100 1011101 11100

Color Harmonies of #057B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B8C

Black with #057B8C

Text Example


Text Example

White with #057B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057B8C; }

 p { color: rgb(5,123,140); }

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

background-color css

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

 a { background-color: rgb(5,123,140); }

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

border-color css

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

 span { border-color: rgb(5,123,140); }

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