#017275

Color #017275 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #017275

Tints of Surfie Green #017275

Color information

#017275 (or 0x017275) is unknown color: approx Surfie Green. HEX triplet: 01, 72 and 75. RGB value is (1,114,117). Sum of RGB (Red+Green+Blue) = 1+114+117=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #017275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017275 is #FE8D8A. Grayscale: #505050. Windows color (decimal): -16682379 or 7696897. OLE color: 7696897.

HSL color Cylindrical-coordinate representation of color #017275: hue angle of 181.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017275 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1114117-
CMYK0.990.0300.54
HSL181.55º98.31%23.14%-
HSV(B)181.55º99.15%45.88%-
XYZ9.2413.3318.91-
YUV80.56148.5671.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=0.43%
G=49.14%
B=50.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11141170.990.0300.54181.5598.3123.14
Hex17275633036b66217
Octal1162165143306626614227
Binary111100101110101110001111011011010110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017275; }

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

 H1.HeaderClassName
 {
   color: #017275;
 }
 .AnyTagClassName
 {
   color: #017275;
 }
</style>
background-color css

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

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

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

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

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

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