Html Css Color HEX #057576 Surfie Green

📋 copy color: '#057576'

red 5 ◦ green 117 ◦ blue 118

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

Shades of Surfie Green #057576

Tints of Surfie Green #057576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 2.08%
G = 48.75%
B = 49.17%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#057576 (or 0x057576) is known color: Surfie Green. HEX triplet: 05, 75 and 76. RGB value is (5,117,118). Sum of RGB (Red+Green+Blue) = 5+117+118=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #057576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057576 is #FA8A89. Grayscale: #535353. Windows color (decimal): -16419466 or 7763205. OLE color: 7763205.

HSL color Cylindrical-coordinate representation of color #057576: hue angle of 180.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057576 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 118 -
CMYK 0.96 0.01 0 0.54
HSL 180.53º 0.92% 0.24% -
HSV(B) 180.53º 0.96% 0.46% -
XYZ 9.69 14.06 19.34 -
YUV 83.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 5 117 118 0.96 0.01 0 0.54 180.53 0.92 0.24
Hex 5 75 76 60 1 0 36 B5 5C 18
Octal 5 165 166 140 1 0 66 265 134 30
Binary 101 1110101 1110110 1100000 1 0 110110 10110101 1011100 11000

Color Harmonies of #057576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057576

Black with #057576

Text Example


Text Example

White with #057576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057576; }

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

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

background-color css

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

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

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

border-color css

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

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

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