#05727A

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

Shades of Surfie Green #05727A

Tints of Surfie Green #05727A

Color information

#05727A (or 0x05727A) is unknown color: approx Surfie Green. HEX triplet: 05, 72 and 7A. RGB value is (5,114,122). Sum of RGB (Red+Green+Blue) = 5+114+122=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #05727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05727A is #FA8D85. Grayscale: #525252. Windows color (decimal): -16420230 or 8024581. OLE color: 8024581.

HSL color Cylindrical-coordinate representation of color #05727A: hue angle of 184.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05727A is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5114122-
CMYK0.960.0700.52
HSL184.1º92.13%24.9%-
HSV(B)184.1º95.9%47.84%-
XYZ9.5913.4720.51-
YUV82.32150.3972.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=2.07%
G=47.30%
B=50.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51141220.960.0700.52184.192.1324.9
Hex5727A607034b85c19
Octal5162172140706427013431
Binary101111001011110101100000111011010010111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,114,122); }

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

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

 a { background-color: rgb(5,114,122); }

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

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

 span { border-color: rgb(5,114,122); }

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