Html Css Color HEX #057073 Surfie Green

📋 copy color: '#057073'

red 5 ◦ green 112 ◦ blue 115

#057073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #057073

Tints of Surfie Green #057073

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 2.16%
G = 48.28%
B = 49.57%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#057073 (or 0x057073) is known color: Surfie Green. HEX triplet: 05, 70 and 73. RGB value is (5,112,115). Sum of RGB (Red+Green+Blue) = 5+112+115=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #057073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057073 is #FA8F8C. Grayscale: #505050. Windows color (decimal): -16420749 or 7565317. OLE color: 7565317.

HSL color Cylindrical-coordinate representation of color #057073: hue angle of 181.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057073 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 112 115 -
CMYK 0.96 0.03 0 0.55
HSL 181.64º 0.92% 0.24% -
HSV(B) 181.64º 0.96% 0.45% -
XYZ 8.95 12.86 18.23 -
YUV 80.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 5 112 115 0.96 0.03 0 0.55 181.64 0.92 0.24
Hex 5 70 73 60 3 0 37 B6 5C 18
Octal 5 160 163 140 3 0 67 266 134 30
Binary 101 1110000 1110011 1100000 11 0 110111 10110110 1011100 11000

Color Harmonies of #057073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057073

Black with #057073

Text Example


Text Example

White with #057073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057073; }

 p { color: rgb(5,112,115); }

 H1.HeaderClassName
 {
   color: #057073;
 }
 .AnyTagClassName
 {
   color: #057073;
 }
</style>

background-color css

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

 a { background-color: rgb(5,112,115); }

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

border-color css

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

 span { border-color: rgb(5,112,115); }

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