Html Css Color HEX #057D78 Surfie Green

📋 copy color: '#057D78'

red 5 ◦ green 125 ◦ blue 120

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

Shades of Surfie Green #057D78

Tints of Surfie Green #057D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50%

 BLUE value IS 120 (47.27% from 255) = 48%

R = 2%
G = 50%
B = 48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#057D78 (or 0x057D78) is known color: Surfie Green. HEX triplet: 05, 7D and 78. RGB value is (5,125,120). Sum of RGB (Red+Green+Blue) = 5+125+120=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #057D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D78 is #FA8287. Grayscale: #585858. Windows color (decimal): -16417416 or 7896325. OLE color: 7896325.

HSL color Cylindrical-coordinate representation of color #057D78: hue angle of 177.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D78 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 125 120 -
CMYK 0.96 0 0.04 0.51
HSL 177.5º 0.92% 0.25% -
HSV(B) 177.5º 0.96% 0.49% -
XYZ 10.79 16.06 20.3 -
YUV 88.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 5 125 120 0.96 0 0.04 0.51 177.5 0.92 0.25
Hex 5 7D 78 60 0 4 33 B2 5C 19
Octal 5 175 170 140 0 4 63 262 134 31
Binary 101 1111101 1111000 1100000 0 100 110011 10110010 1011100 11001

Color Harmonies of #057D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D78

Black with #057D78

Text Example


Text Example

White with #057D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057D78; }

 p { color: rgb(5,125,120); }

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

background-color css

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

 a { background-color: rgb(5,125,120); }

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

border-color css

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

 span { border-color: rgb(5,125,120); }

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