Html Css Color HEX #018175 Surfie Green

📋 copy color: '#018175'

red 1 ◦ green 129 ◦ blue 117

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

Shades of Surfie Green #018175

Tints of Surfie Green #018175

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

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

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

R = 0.4%
G = 52.23%
B = 47.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#018175 (or 0x018175) is known color: Surfie Green. HEX triplet: 01, 81 and 75. RGB value is (1,129,117). Sum of RGB (Red+Green+Blue) = 1+129+117=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #018175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018175 is #FE7E8A. Grayscale: #595959. Windows color (decimal): -16678539 or 7700737. OLE color: 7700737.

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

Color convert

RGB 1 129 117 -
CMYK 0.99 0 0.09 0.49
HSL 174.38º 0.98% 0.25% -
HSV(B) 174.38º 0.99% 0.51% -
XYZ 11.07 16.99 19.53 -
YUV 89.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 1 129 117 0.99 0 0.09 0.49 174.38 0.98 0.25
Hex 1 81 75 63 0 9 31 AE 62 19
Octal 1 201 165 143 0 11 61 256 142 31
Binary 1 10000001 1110101 1100011 0 1001 110001 10101110 1100010 11001

Color Harmonies of #018175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018175

Black with #018175

Text Example


Text Example

White with #018175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018175; }

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

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

background-color css

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

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

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

border-color css

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

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

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