#007475

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

Shades of Surfie Green #007475

Tints of Surfie Green #007475

Color information

#007475 (or 0x007475) is unknown color: approx Surfie Green. HEX triplet: 00, 74 and 75. RGB value is (0,116,117). Sum of RGB (Red+Green+Blue) = 0+116+117=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #007475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007475 is #FF8B8A. Grayscale: #515151. Windows color (decimal): -16747403 or 7697408. OLE color: 7697408.

HSL color Cylindrical-coordinate representation of color #007475: hue angle of 180.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007475 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0116117-
CMYK10.0100.54
HSL180.51º100%22.94%-
HSV(B)180.51º100%45.88%-
XYZ9.4613.7818.99-
YUV81.43148.0769.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=0%
G=49.79%
B=50.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011611710.0100.54180.5110022.94
Hex07475641036b56417
Octal0164165144106626514427
Binary01110100111010111001001011011010110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007475; }

 p { color: rgb(0,116,117); }

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

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

 a { background-color: rgb(0,116,117); }

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

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

 span { border-color: rgb(0,116,117); }

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