Html Css Color HEX #137976 Surfie Green

📋 copy color: '#137976'

red 19 ◦ green 121 ◦ blue 118

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

Shades of Surfie Green #137976

Tints of Surfie Green #137976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

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

R = 7.36%
G = 46.9%
B = 45.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#137976 (or 0x137976) is known color: Surfie Green. HEX triplet: 13, 79 and 76. RGB value is (19,121,118). Sum of RGB (Red+Green+Blue) = 19+121+118=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #137976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137976 is #EC8689. Grayscale: #5A5A5A. Windows color (decimal): -15500938 or 7764243. OLE color: 7764243.

HSL color Cylindrical-coordinate representation of color #137976: hue angle of 178.24º degrees, saturation: 0.73, 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 #137976 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 121 118 -
CMYK 0.84 0 0.02 0.53
HSL 178.24º 0.73% 0.27% -
HSV(B) 178.24º 0.84% 0.47% -
XYZ 10.38 15.12 19.51 -
YUV 90.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 19 121 118 0.84 0 0.02 0.53 178.24 0.73 0.27
Hex 13 79 76 54 0 2 35 B2 49 1B
Octal 23 171 166 124 0 2 65 262 111 33
Binary 10011 1111001 1110110 1010100 0 10 110101 10110010 1001001 11011

Color Harmonies of #137976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137976

Black with #137976

Text Example


Text Example

White with #137976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137976; }

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

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

background-color css

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

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

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

border-color css

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

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

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