Html Css Color HEX #057D74 Surfie Green

📋 copy color: '#057D74'

red 5 ◦ green 125 ◦ blue 116

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

Shades of Surfie Green #057D74

Tints of Surfie Green #057D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.81%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 2.03%
G = 50.81%
B = 47.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#057D74 (or 0x057D74) is known color: Surfie Green. HEX triplet: 05, 7D and 74. RGB value is (5,125,116). Sum of RGB (Red+Green+Blue) = 5+125+116=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #057D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D74 is #FA828B. Grayscale: #585858. Windows color (decimal): -16417420 or 7634181. OLE color: 7634181.

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

Color convert

RGB 5 125 116 -
CMYK 0.96 0 0.07 0.51
HSL 175.5º 0.92% 0.25% -
HSV(B) 175.5º 0.96% 0.49% -
XYZ 10.55 15.96 19.05 -
YUV 88.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 5 125 116 0.96 0 0.07 0.51 175.5 0.92 0.25
Hex 5 7D 74 60 0 7 33 B0 5C 19
Octal 5 175 164 140 0 7 63 260 134 31
Binary 101 1111101 1110100 1100000 0 111 110011 10110000 1011100 11001

Color Harmonies of #057D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D74

Black with #057D74

Text Example


Text Example

White with #057D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,116); }

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

background-color css

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

 a { background-color: rgb(5,125,116); }

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

border-color css

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

 span { border-color: rgb(5,125,116); }

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