#027175

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

Shades of Surfie Green #027175

Tints of Surfie Green #027175

Color information

#027175 (or 0x027175) is unknown color: approx Surfie Green. HEX triplet: 02, 71 and 75. RGB value is (2,113,117). Sum of RGB (Red+Green+Blue) = 2+113+117=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 113 (44.53% from 255 or 48.71% 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 #027175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027175 is #FD8E8A. Grayscale: #505050. Windows color (decimal): -16617099 or 7696642. OLE color: 7696642.

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

Color convert

RGB2113117-
CMYK0.980.0300.54
HSL182.09º96.64%23.33%-
HSV(B)182.09º98.29%45.88%-
XYZ9.1413.1118.88-
YUV80.27148.7372.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=0.86%
G=48.71%
B=50.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21131170.980.0300.54182.0996.6423.33
Hex27175623036b66117
Octal2161165142306626614127
Binary1011100011110101110001011011011010110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027175; }

 p { color: rgb(2,113,117); }

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

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

 a { background-color: rgb(2,113,117); }

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

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

 span { border-color: rgb(2,113,117); }

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