#007278

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

Shades of Surfie Green #007278

Tints of Surfie Green #007278

Color information

#007278 (or 0x007278) is unknown color: approx Surfie Green. HEX triplet: 00, 72 and 78. RGB value is (0,114,120). Sum of RGB (Red+Green+Blue) = 0+114+120=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #007278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007278 is #FF8D87. Grayscale: #505050. Windows color (decimal): -16747912 or 7893504. OLE color: 7893504.

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

Color convert

RGB0114120-
CMYK10.0500.53
HSL183º100%23.53%-
HSV(B)183º100%47.06%-
XYZ9.4113.3919.86-
YUV80.6150.2370.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=0%
G=48.72%
B=51.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011412010.0500.5318310023.53
Hex07278645035b76418
Octal0162170144506526714430
Binary0111001011110001100100101011010110110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007278; }

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

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

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

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

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

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

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

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