#017277

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

Shades of Surfie Green #017277

Tints of Surfie Green #017277

Color information

#017277 (or 0x017277) is unknown color: approx Surfie Green. HEX triplet: 01, 72 and 77. RGB value is (1,114,119). Sum of RGB (Red+Green+Blue) = 1+114+119=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #017277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017277 is #FE8D88. Grayscale: #505050. Windows color (decimal): -16682377 or 7827969. OLE color: 7827969.

HSL color Cylindrical-coordinate representation of color #017277: hue angle of 182.54º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017277 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1114119-
CMYK0.990.0400.53
HSL182.54º98.33%23.53%-
HSV(B)182.54º99.16%46.67%-
XYZ9.3613.3719.54-
YUV80.78149.5671.09-

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) = 48.72%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=0.43%
G=48.72%
B=50.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11141190.990.0400.53182.5498.3323.53
Hex17277634035b76218
Octal1162167143406526714230
Binary1111001011101111100011100011010110110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017277; }

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

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

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

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

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

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

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

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