Html Css Color HEX #057B76 Surfie Green

📋 copy color: '#057B76'

red 5 ◦ green 123 ◦ blue 118

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

Shades of Surfie Green #057B76

Tints of Surfie Green #057B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50%

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 2.03%
G = 50%
B = 47.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#057B76 (or 0x057B76) is known color: Surfie Green. HEX triplet: 05, 7B and 76. RGB value is (5,123,118). Sum of RGB (Red+Green+Blue) = 5+123+118=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #057B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B76 is #FA8489. Grayscale: #575757. Windows color (decimal): -16417930 or 7764741. OLE color: 7764741.

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

Color convert

RGB 5 123 118 -
CMYK 0.96 0 0.04 0.52
HSL 177.46º 0.92% 0.25% -
HSV(B) 177.46º 0.96% 0.48% -
XYZ 10.42 15.51 19.58 -
YUV 87.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 5 123 118 0.96 0 0.04 0.52 177.46 0.92 0.25
Hex 5 7B 76 60 0 4 34 B1 5C 19
Octal 5 173 166 140 0 4 64 261 134 31
Binary 101 1111011 1110110 1100000 0 100 110100 10110001 1011100 11001

Color Harmonies of #057B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B76

Black with #057B76

Text Example


Text Example

White with #057B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,123,118); }

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

background-color css

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

 a { background-color: rgb(5,123,118); }

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

border-color css

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

 span { border-color: rgb(5,123,118); }

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