#088475

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

Shades of Surfie Green #088475

Tints of Surfie Green #088475

Color information

#088475 (or 0x088475) is unknown color: approx Surfie Green. HEX triplet: 08, 84 and 75. RGB value is (8,132,117). Sum of RGB (Red+Green+Blue) = 8+132+117=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #088475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088475 is #F77B8A. Grayscale: #5D5D5D. Windows color (decimal): -16219019 or 7701512. OLE color: 7701512.

HSL color Cylindrical-coordinate representation of color #088475: hue angle of 172.74º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088475 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB8132117-
CMYK0.9400.110.48
HSL172.74º88.57%27.45%-
HSV(B)172.74º93.94%51.76%-
XYZ11.5617.8419.66-
YUV93.21141.4267.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=3.11%
G=51.36%
B=45.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81321170.9400.110.48172.7488.5727.45
Hex884755E0B30ad591b
Octal102041651360136025513133
Binary100010000100111010110111100101111000010101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088475; }

 p { color: rgb(8,132,117); }

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

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

 a { background-color: rgb(8,132,117); }

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

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

 span { border-color: rgb(8,132,117); }

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