#00727C

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

Shades of Surfie Green #00727C

Tints of Surfie Green #00727C

Color information

#00727C (or 0x00727C) is unknown color: approx Surfie Green. HEX triplet: 00, 72 and 7C. RGB value is (0,114,124). Sum of RGB (Red+Green+Blue) = 0+114+124=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #00727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00727C is #FF8D83. Grayscale: #505050. Windows color (decimal): -16747908 or 8155648. OLE color: 8155648.

HSL color Cylindrical-coordinate representation of color #00727C: hue angle of 184.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00727C is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB0114124-
CMYK10.0800.51
HSL184.84º100%24.31%-
HSV(B)184.84º100%48.63%-
XYZ9.6613.4921.16-
YUV81.05152.2370.19-

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) = 47.90%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=0%
G=47.90%
B=52.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal011412410.0800.51184.8410024.31
Hex0727C648033b96418
Octal01621741441006327114430
Binary01110010111110011001001000011001110111001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00727C; }

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

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

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

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

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

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

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

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