Html Css Color HEX #0E8379 Surfie Green

📋 copy color: '#0E8379'

red 14 ◦ green 131 ◦ blue 121

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

Shades of Surfie Green #0E8379

Tints of Surfie Green #0E8379

RGB

 RED value IS 14 (5.86% from 255) = 5.26%

 GREEN value IS 131 (51.56% from 255) = 49.25%

 BLUE value IS 121 (47.66% from 255) = 45.49%

R = 5.26%
G = 49.25%
B = 45.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#0E8379 (or 0x0E8379) is known color: Surfie Green. HEX triplet: 0E, 83 and 79. RGB value is (14,131,121). Sum of RGB (Red+Green+Blue) = 14+131+121=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8379 is #F17C86. Grayscale: #5E5E5E. Windows color (decimal): -15826055 or 7963406. OLE color: 7963406.

HSL color Cylindrical-coordinate representation of color #0E8379: hue angle of 174.87º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8379 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 131 121 -
CMYK 0.89 0 0.08 0.49
HSL 174.87º 0.81% 0.28% -
HSV(B) 174.87º 0.89% 0.51% -
XYZ 11.75 17.71 20.89 -
YUV 94.88 142.74 70.31 -
System Red Green Blue C M Y K H S L
Decimal 14 131 121 0.89 0 0.08 0.49 174.87 0.81 0.28
Hex E 83 79 59 0 8 31 AF 51 1C
Octal 16 203 171 131 0 10 61 257 121 34
Binary 1110 10000011 1111001 1011001 0 1000 110001 10101111 1010001 11100

Color Harmonies of #0E8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8379

Black with #0E8379

Text Example


Text Example

White with #0E8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E8379; }

 p { color: rgb(14,131,121); }

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

background-color css

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

 a { background-color: rgb(14,131,121); }

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

border-color css

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

 span { border-color: rgb(14,131,121); }

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