Html Css Color HEX #057C4C Watercourse

📋 copy color: '#057C4C'

red 5 ◦ green 124 ◦ blue 76

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

Shades of Watercourse #057C4C

Tints of Watercourse #057C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 2.44%
G = 60.49%
B = 37.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#057C4C (or 0x057C4C) is known color: Watercourse. HEX triplet: 05, 7C and 4C. RGB value is (5,124,76). Sum of RGB (Red+Green+Blue) = 5+124+76=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #057C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C4C is #FA83B3. Grayscale: #535353. Windows color (decimal): -16417716 or 5012485. OLE color: 5012485.

HSL color Cylindrical-coordinate representation of color #057C4C: hue angle of 155.8º 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 #057C4C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 76 -
CMYK 0.96 0 0.39 0.51
HSL 155.8º 0.92% 0.25% -
HSV(B) 155.8º 0.96% 0.49% -
XYZ 8.57 14.97 9.27 -
YUV 82.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 5 124 76 0.96 0 0.39 0.51 155.8 0.92 0.25
Hex 5 7C 4C 60 0 27 33 9C 5C 19
Octal 5 174 114 140 0 47 63 234 134 31
Binary 101 1111100 1001100 1100000 0 100111 110011 10011100 1011100 11001

Color Harmonies of #057C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C4C

Black with #057C4C

Text Example


Text Example

White with #057C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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