Html Css Color HEX #057C7A Surfie Green

📋 copy color: '#057C7A'

red 5 ◦ green 124 ◦ blue 122

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

Shades of Surfie Green #057C7A

Tints of Surfie Green #057C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.4%

 BLUE value IS 122 (48.05% from 255) = 48.61%

R = 1.99%
G = 49.4%
B = 48.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#057C7A (or 0x057C7A) is known color: Surfie Green. HEX triplet: 05, 7C and 7A. RGB value is (5,124,122). Sum of RGB (Red+Green+Blue) = 5+124+122=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #057C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C7A is #FA8385. Grayscale: #585858. Windows color (decimal): -16417670 or 8027141. OLE color: 8027141.

HSL color Cylindrical-coordinate representation of color #057C7A: hue angle of 178.99º 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 #057C7A is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 122 -
CMYK 0.96 0 0.02 0.51
HSL 178.99º 0.92% 0.25% -
HSV(B) 178.99º 0.96% 0.49% -
XYZ 10.78 15.85 20.9 -
YUV 88.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 5 124 122 0.96 0 0.02 0.51 178.99 0.92 0.25
Hex 5 7C 7A 60 0 2 33 B3 5C 19
Octal 5 174 172 140 0 2 63 263 134 31
Binary 101 1111100 1111010 1100000 0 10 110011 10110011 1011100 11001

Color Harmonies of #057C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C7A

Black with #057C7A

Text Example


Text Example

White with #057C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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