Html Css Color HEX #057F75 Surfie Green

📋 copy color: '#057F75'

red 5 ◦ green 127 ◦ blue 117

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

Shades of Surfie Green #057F75

Tints of Surfie Green #057F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 2.01%
G = 51%
B = 46.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#057F75 (or 0x057F75) is known color: Surfie Green. HEX triplet: 05, 7F and 75. RGB value is (5,127,117). Sum of RGB (Red+Green+Blue) = 5+127+117=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #057F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F75 is #FA808A. Grayscale: #595959. Windows color (decimal): -16416907 or 7700229. OLE color: 7700229.

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

Color convert

RGB 5 127 117 -
CMYK 0.96 0 0.08 0.50
HSL 175.08º 0.92% 0.26% -
HSV(B) 175.08º 0.96% 0.5% -
XYZ 10.86 16.5 19.44 -
YUV 89.38 143.58 67.81 -
System Red Green Blue C M Y K H S L
Decimal 5 127 117 0.96 0 0.08 0.50 175.08 0.92 0.26
Hex 5 7F 75 60 0 8 32 AF 5C 1A
Octal 5 177 165 140 0 10 62 257 134 32
Binary 101 1111111 1110101 1100000 0 1000 110010 10101111 1011100 11010

Color Harmonies of #057F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F75

Black with #057F75

Text Example


Text Example

White with #057F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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