Html Css Color HEX #137C77 Surfie Green

📋 copy color: '#137C77'

red 19 ◦ green 124 ◦ blue 119

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

Shades of Surfie Green #137C77

Tints of Surfie Green #137C77

RGB

 RED value IS 19 (7.81% from 255) = 7.25%

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

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 7.25%
G = 47.33%
B = 45.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#137C77 (or 0x137C77) is known color: Surfie Green. HEX triplet: 13, 7C and 77. RGB value is (19,124,119). Sum of RGB (Red+Green+Blue) = 19+124+119=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #137C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C77 is #EC8388. Grayscale: #5B5B5B. Windows color (decimal): -15500169 or 7830547. OLE color: 7830547.

HSL color Cylindrical-coordinate representation of color #137C77: hue angle of 177.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C77 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 119 -
CMYK 0.85 0 0.04 0.51
HSL 177.14º 0.73% 0.28% -
HSV(B) 177.14º 0.85% 0.49% -
XYZ 10.81 15.89 19.95 -
YUV 92.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 19 124 119 0.85 0 0.04 0.51 177.14 0.73 0.28
Hex 13 7C 77 55 0 4 33 B1 49 1C
Octal 23 174 167 125 0 4 63 261 111 34
Binary 10011 1111100 1110111 1010101 0 100 110011 10110001 1001001 11100

Color Harmonies of #137C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C77

Black with #137C77

Text Example


Text Example

White with #137C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C77; }

 p { color: rgb(19,124,119); }

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

background-color css

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

 a { background-color: rgb(19,124,119); }

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

border-color css

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

 span { border-color: rgb(19,124,119); }

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