Html Css Color HEX #137677 Surfie Green

📋 copy color: '#137677'

red 19 ◦ green 118 ◦ blue 119

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

Shades of Surfie Green #137677

Tints of Surfie Green #137677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 7.42%
G = 46.09%
B = 46.48%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137677 (or 0x137677) is known color: Surfie Green. HEX triplet: 13, 76 and 77. RGB value is (19,118,119). Sum of RGB (Red+Green+Blue) = 19+118+119=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #137677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137677 is #EC8988. Grayscale: #585858. Windows color (decimal): -15501705 or 7829011. OLE color: 7829011.

HSL color Cylindrical-coordinate representation of color #137677: hue angle of 180.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137677 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 118 119 -
CMYK 0.84 0.01 0 0.53
HSL 180.6º 0.72% 0.27% -
HSV(B) 180.6º 0.84% 0.47% -
XYZ 10.08 14.43 19.71 -
YUV 88.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 19 118 119 0.84 0.01 0 0.53 180.6 0.72 0.27
Hex 13 76 77 54 1 0 35 B5 48 1B
Octal 23 166 167 124 1 0 65 265 110 33
Binary 10011 1110110 1110111 1010100 1 0 110101 10110101 1001000 11011

Color Harmonies of #137677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137677

Black with #137677

Text Example


Text Example

White with #137677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137677; }

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

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

background-color css

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

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

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

border-color css

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

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

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