#027D7A

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

Shades of Surfie Green #027D7A

Tints of Surfie Green #027D7A

Color information

#027D7A (or 0x027D7A) is unknown color: approx Surfie Green. HEX triplet: 02, 7D and 7A. RGB value is (2,125,122). Sum of RGB (Red+Green+Blue) = 2+125+122=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #027D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027D7A is #FD8285. Grayscale: #575757. Windows color (decimal): -16614022 or 8027394. OLE color: 8027394.

HSL color Cylindrical-coordinate representation of color #027D7A: hue angle of 178.54º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027D7A is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB2125122-
CMYK0.9800.020.51
HSL178.54º96.85%24.9%-
HSV(B)178.54º98.4%49.02%-
XYZ10.8716.0920.94-
YUV87.88147.2566.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 125 (49.22% from 255) = 50.20%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=0.80%
G=50.20%
B=49.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21251220.9800.020.51178.5496.8524.9
Hex27D7A620233b36119
Octal2175172142026326314131
Binary1011111011111010110001001011001110110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027D7A; }

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

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

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

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

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

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

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

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