#10827A

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

Shades of Surfie Green #10827A

Tints of Surfie Green #10827A

Color information

#10827A (or 0x10827A) is unknown color: approx Surfie Green. HEX triplet: 10, 82 and 7A. RGB value is (16,130,122). Sum of RGB (Red+Green+Blue) = 16+130+122=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #10827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827A is #EF7D85. Grayscale: #5E5E5E. Windows color (decimal): -15695238 or 8028688. OLE color: 8028688.

HSL color Cylindrical-coordinate representation of color #10827A: hue angle of 175.79º 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 #10827A is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB16130122-
CMYK0.8800.060.49
HSL175.79º78.08%28.63%-
HSV(B)175.79º87.69%50.98%-
XYZ11.7117.4821.17-
YUV95143.2371.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.97%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=5.97%
G=48.51%
B=45.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161301220.8800.060.49175.7978.0828.63
Hex10827A580631b04e1d
Octal20202172130066126011635
Binary100001000001011110101011000011011000110110000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10827A; }

 p { color: rgb(16,130,122); }

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

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

 a { background-color: rgb(16,130,122); }

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

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

 span { border-color: rgb(16,130,122); }

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