#0C7278

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

Shades of Surfie Green #0C7278

Tints of Surfie Green #0C7278

Color information

#0C7278 (or 0x0C7278) is unknown color: approx Surfie Green. HEX triplet: 0C, 72 and 78. RGB value is (12,114,120). Sum of RGB (Red+Green+Blue) = 12+114+120=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C7278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7278 is #F38D87. Grayscale: #545454. Windows color (decimal): -15961480 or 7893516. OLE color: 7893516.

HSL color Cylindrical-coordinate representation of color #0C7278: hue angle of 183.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7278 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12114120-
CMYK0.900.0500.53
HSL183.33º81.82%25.88%-
HSV(B)183.33º90%47.06%-
XYZ9.5613.4719.87-
YUV84.19148.2176.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=4.88%
G=46.34%
B=48.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121141200.900.0500.53183.3381.8225.88
HexC72785A5035b7521a
Octal14162170132506526712232
Binary1100111001011110001011010101011010110110111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,114,120); }

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

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

 a { background-color: rgb(12,114,120); }

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

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

 span { border-color: rgb(12,114,120); }

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