Html Css Color HEX #057975 Surfie Green

📋 copy color: '#057975'

red 5 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #057975

Tints of Surfie Green #057975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.79%

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

R = 2.06%
G = 49.79%
B = 48.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#057975 (or 0x057975) is known color: Surfie Green. HEX triplet: 05, 79 and 75. RGB value is (5,121,117). Sum of RGB (Red+Green+Blue) = 5+121+117=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #057975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057975 is #FA868A. Grayscale: #555555. Windows color (decimal): -16418443 or 7698693. OLE color: 7698693.

HSL color Cylindrical-coordinate representation of color #057975: hue angle of 177.93º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057975 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 121 117 -
CMYK 0.96 0 0.03 0.53
HSL 177.93º 0.92% 0.25% -
HSV(B) 177.93º 0.96% 0.47% -
XYZ 10.11 14.99 19.19 -
YUV 85.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 5 121 117 0.96 0 0.03 0.53 177.93 0.92 0.25
Hex 5 79 75 60 0 3 35 B2 5C 19
Octal 5 171 165 140 0 3 65 262 134 31
Binary 101 1111001 1110101 1100000 0 11 110101 10110010 1011100 11001

Color Harmonies of #057975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057975

Black with #057975

Text Example


Text Example

White with #057975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057975; }

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

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

background-color css

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

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

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

border-color css

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

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

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