#108378

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

Shades of Surfie Green #108378

Tints of Surfie Green #108378

Color information

#108378 (or 0x108378) is unknown color: approx Surfie Green. HEX triplet: 10, 83 and 78. RGB value is (16,131,120). Sum of RGB (Red+Green+Blue) = 16+131+120=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #108378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108378 is #EF7C87. Grayscale: #5F5F5F. Windows color (decimal): -15694984 or 7897872. OLE color: 7897872.

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

Color convert

RGB16131120-
CMYK0.8800.080.49
HSL174.26º78.23%28.82%-
HSV(B)174.26º87.79%51.37%-
XYZ11.7217.720.57-
YUV95.36141.971.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=5.99%
G=49.06%
B=44.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161311200.8800.080.49174.2678.2328.82
Hex108378580831ae4e1d
Octal202031701300106125611635
Binary1000010000011111100010110000100011000110101110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108378; }

 p { color: rgb(16,131,120); }

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

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

 a { background-color: rgb(16,131,120); }

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

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

 span { border-color: rgb(16,131,120); }

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