#11827a

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

Shades of Surfie Green #11827A

Tints of Surfie Green #11827A

Color information

#11827A (or 0x11827A) is unknown color: approx Surfie Green. HEX triplet: 11, 82 and 7A. RGB value is (17,130,122). Sum of RGB (Red+Green+Blue) = 17+130+122=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #11827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11827A is #EE7D85. Grayscale: #5F5F5F. Windows color (decimal): -15629702 or 8028689. OLE color: 8028689.

HSL color Cylindrical-coordinate representation of color #11827A: hue angle of 175.75º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11827A is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB17130122-
CMYK0.8700.060.49
HSL175.75º76.87%28.82%-
HSV(B)175.75º86.92%50.98%-
XYZ11.7317.4921.17-
YUV95.3143.0672.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=6.32%
G=48.33%
B=45.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171301220.8700.060.49175.7576.8728.82
Hex11827A570631b04d1d
Octal21202172127066126011535
Binary100011000001011110101010111011011000110110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11827a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11827a; }

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

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

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

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

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

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

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

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