Html Css Color HEX #058175 Surfie Green

📋 copy color: '#058175'

red 5 ◦ green 129 ◦ blue 117

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

Shades of Surfie Green #058175

Tints of Surfie Green #058175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.39%

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

R = 1.99%
G = 51.39%
B = 46.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#058175 (or 0x058175) is known color: Surfie Green. HEX triplet: 05, 81 and 75. RGB value is (5,129,117). Sum of RGB (Red+Green+Blue) = 5+129+117=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #058175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058175 is #FA7E8A. Grayscale: #5A5A5A. Windows color (decimal): -16416395 or 7700741. OLE color: 7700741.

HSL color Cylindrical-coordinate representation of color #058175: hue angle of 174.19º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058175 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 117 -
CMYK 0.96 0 0.09 0.49
HSL 174.19º 0.93% 0.26% -
HSV(B) 174.19º 0.96% 0.51% -
XYZ 11.12 17.02 19.53 -
YUV 90.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 5 129 117 0.96 0 0.09 0.49 174.19 0.93 0.26
Hex 5 81 75 60 0 9 31 AE 5D 1A
Octal 5 201 165 140 0 11 61 256 135 32
Binary 101 10000001 1110101 1100000 0 1001 110001 10101110 1011101 11010

Color Harmonies of #058175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058175

Black with #058175

Text Example


Text Example

White with #058175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058175; }

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

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

background-color css

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

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

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

border-color css

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

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

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