#088278

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

Shades of Surfie Green #088278

Tints of Surfie Green #088278

Color information

#088278 (or 0x088278) is unknown color: approx Surfie Green. HEX triplet: 08, 82 and 78. RGB value is (8,130,120). Sum of RGB (Red+Green+Blue) = 8+130+120=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #088278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088278 is #F77D87. Grayscale: #5C5C5C. Windows color (decimal): -16219528 or 7897608. OLE color: 7897608.

HSL color Cylindrical-coordinate representation of color #088278: hue angle of 175.08º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088278 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB8130120-
CMYK0.9400.080.49
HSL175.08º88.41%27.06%-
HSV(B)175.08º93.85%50.98%-
XYZ11.4717.3720.52-
YUV92.38143.5867.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=3.10%
G=50.39%
B=46.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301200.9400.080.49175.0888.4127.06
Hex882785E0831af581b
Octal102021701360106125713033
Binary100010000010111100010111100100011000110101111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088278; }

 p { color: rgb(8,130,120); }

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

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

 a { background-color: rgb(8,130,120); }

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

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

 span { border-color: rgb(8,130,120); }

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