#02797A

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

Shades of Surfie Green #02797A

Tints of Surfie Green #02797A

Color information

#02797A (or 0x02797A) is unknown color: approx Surfie Green. HEX triplet: 02, 79 and 7A. RGB value is (2,121,122). Sum of RGB (Red+Green+Blue) = 2+121+122=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #02797A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02797A is #FD8685. Grayscale: #555555. Windows color (decimal): -16615046 or 8026370. OLE color: 8026370.

HSL color Cylindrical-coordinate representation of color #02797A: hue angle of 180.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02797A is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2121122-
CMYK0.980.0100.52
HSL180.5º96.77%24.31%-
HSV(B)180.5º98.36%47.84%-
XYZ10.3815.0920.78-
YUV85.53148.5868.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=0.82%
G=49.39%
B=49.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21211220.980.0100.52180.596.7724.31
Hex2797A621034b46118
Octal2171172142106426414130
Binary101111001111101011000101011010010110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,121,122); }

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

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

 a { background-color: rgb(2,121,122); }

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

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

 span { border-color: rgb(2,121,122); }

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