Html Css Color HEX #057C4F Watercourse

📋 copy color: '#057C4F'

red 5 ◦ green 124 ◦ blue 79

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

Shades of Watercourse #057C4F

Tints of Watercourse #057C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 59.62%

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 2.4%
G = 59.62%
B = 37.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#057C4F (or 0x057C4F) is known color: Watercourse. HEX triplet: 05, 7C and 4F. RGB value is (5,124,79). Sum of RGB (Red+Green+Blue) = 5+124+79=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #057C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C4F is #FA83B0. Grayscale: #535353. Windows color (decimal): -16417713 or 5209093. OLE color: 5209093.

HSL color Cylindrical-coordinate representation of color #057C4F: hue angle of 157.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C4F is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 79 -
CMYK 0.96 0 0.36 0.51
HSL 157.31º 0.92% 0.25% -
HSV(B) 157.31º 0.96% 0.49% -
XYZ 8.68 15.01 9.84 -
YUV 83.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 5 124 79 0.96 0 0.36 0.51 157.31 0.92 0.25
Hex 5 7C 4F 60 0 24 33 9D 5C 19
Octal 5 174 117 140 0 44 63 235 134 31
Binary 101 1111100 1001111 1100000 0 100100 110011 10011101 1011100 11001

Color Harmonies of #057C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C4F

Black with #057C4F

Text Example


Text Example

White with #057C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,124,79); }

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

background-color css

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

 a { background-color: rgb(5,124,79); }

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

border-color css

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

 span { border-color: rgb(5,124,79); }

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