#12767B

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

Shades of Surfie Green #12767B

Tints of Surfie Green #12767B

Color information

#12767B (or 0x12767B) is unknown color: approx Surfie Green. HEX triplet: 12, 76 and 7B. RGB value is (18,118,123). Sum of RGB (Red+Green+Blue) = 18+118+123=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #12767B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12767B is #ED8984. Grayscale: #585858. Windows color (decimal): -15567237 or 8091154. OLE color: 8091154.

HSL color Cylindrical-coordinate representation of color #12767B: hue angle of 182.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12767B is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18118123-
CMYK0.850.0400.52
HSL182.86º74.47%27.65%-
HSV(B)182.86º85.37%48.24%-
XYZ10.314.5221-
YUV88.67147.3777.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=6.95%
G=45.56%
B=47.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181181230.850.0400.52182.8674.4727.65
Hex12767B554034b74a1c
Octal22166173125406426711234
Binary10010111011011110111010101100011010010110111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12767B; }

 p { color: rgb(18,118,123); }

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

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

 a { background-color: rgb(18,118,123); }

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

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

 span { border-color: rgb(18,118,123); }

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