#0D7A7C

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

Shades of Surfie Green #0D7A7C

Tints of Surfie Green #0D7A7C

Color information

#0D7A7C (or 0x0D7A7C) is unknown color: approx Surfie Green. HEX triplet: 0D, 7A and 7C. RGB value is (13,122,124). Sum of RGB (Red+Green+Blue) = 13+122+124=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D7A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7A7C is #F28583. Grayscale: #595959. Windows color (decimal): -15893892 or 8157709. OLE color: 8157709.

HSL color Cylindrical-coordinate representation of color #0D7A7C: hue angle of 181.08º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7A7C is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB13122124-
CMYK0.900.0200.51
HSL181.08º81.02%26.86%-
HSV(B)181.08º89.52%48.63%-
XYZ10.7615.4621.49-
YUV89.64147.3973.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.02%
GREEN value IS 122 (48.05% from 255) = 47.10%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=5.02%
G=47.10%
B=47.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131221240.900.0200.51181.0881.0226.86
HexD7A7C5A2033b5511b
Octal15172174132206326512133
Binary110111110101111100101101010011001110110101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D7A7C; }

 p { color: rgb(13,122,124); }

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

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

 a { background-color: rgb(13,122,124); }

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

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

 span { border-color: rgb(13,122,124); }

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