Html Css Color HEX #137C7B Surfie Green

📋 copy color: '#137C7B'

red 19 ◦ green 124 ◦ blue 123

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

Shades of Surfie Green #137C7B

Tints of Surfie Green #137C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.24%

R = 7.14%
G = 46.62%
B = 46.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#137C7B (or 0x137C7B) is known color: Surfie Green. HEX triplet: 13, 7C and 7B. RGB value is (19,124,123). Sum of RGB (Red+Green+Blue) = 19+124+123=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #137C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C7B is #EC8384. Grayscale: #5C5C5C. Windows color (decimal): -15500165 or 8092691. OLE color: 8092691.

HSL color Cylindrical-coordinate representation of color #137C7B: hue angle of 179.43º 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 #137C7B is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 123 -
CMYK 0.85 0 0.01 0.51
HSL 179.43º 0.73% 0.28% -
HSV(B) 179.43º 0.85% 0.49% -
XYZ 11.05 15.98 21.24 -
YUV 92.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 19 124 123 0.85 0 0.01 0.51 179.43 0.73 0.28
Hex 13 7C 7B 55 0 1 33 B3 49 1C
Octal 23 174 173 125 0 1 63 263 111 34
Binary 10011 1111100 1111011 1010101 0 1 110011 10110011 1001001 11100

Color Harmonies of #137C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C7B

Black with #137C7B

Text Example


Text Example

White with #137C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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