#0B8275

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

Shades of Surfie Green #0B8275

Tints of Surfie Green #0B8275

Color information

#0B8275 (or 0x0B8275) is unknown color: approx Surfie Green. HEX triplet: 0B, 82 and 75. RGB value is (11,130,117). Sum of RGB (Red+Green+Blue) = 11+130+117=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8275 is #F47D8A. Grayscale: #5C5C5C. Windows color (decimal): -16022923 or 7701003. OLE color: 7701003.

HSL color Cylindrical-coordinate representation of color #0B8275: hue angle of 173.45º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8275 is Cyan = 0.92, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB11130117-
CMYK0.9200.10.49
HSL173.45º84.4%27.65%-
HSV(B)173.45º91.54%50.98%-
XYZ11.3317.3219.58-
YUV92.94141.5869.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=4.26%
G=50.39%
B=45.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111301170.9200.10.49173.4584.427.65
HexB82755C0A31ad541c
Octal132021651340126125512434
Binary101110000010111010110111000101011000110101101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B8275; }

 p { color: rgb(11,130,117); }

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

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

 a { background-color: rgb(11,130,117); }

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

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

 span { border-color: rgb(11,130,117); }

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