Html Css Color HEX #057F74 Surfie Green

📋 copy color: '#057F74'

red 5 ◦ green 127 ◦ blue 116

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

Shades of Surfie Green #057F74

Tints of Surfie Green #057F74

RGB

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

 GREEN value IS 127 (50% from 255) = 51.21%

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

R = 2.02%
G = 51.21%
B = 46.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#057F74 (or 0x057F74) is known color: Surfie Green. HEX triplet: 05, 7F and 74. RGB value is (5,127,116). Sum of RGB (Red+Green+Blue) = 5+127+116=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #057F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F74 is #FA808B. Grayscale: #595959. Windows color (decimal): -16416908 or 7634693. OLE color: 7634693.

HSL color Cylindrical-coordinate representation of color #057F74: hue angle of 174.59º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F74 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 116 -
CMYK 0.96 0 0.09 0.50
HSL 174.59º 0.92% 0.26% -
HSV(B) 174.59º 0.96% 0.5% -
XYZ 10.8 16.47 19.13 -
YUV 89.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 5 127 116 0.96 0 0.09 0.50 174.59 0.92 0.26
Hex 5 7F 74 60 0 9 32 AF 5C 1A
Octal 5 177 164 140 0 11 62 257 134 32
Binary 101 1111111 1110100 1100000 0 1001 110010 10101111 1011100 11010

Color Harmonies of #057F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F74

Black with #057F74

Text Example


Text Example

White with #057F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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