Html Css Color HEX #147E77 Surfie Green

📋 copy color: '#147E77'

red 20 ◦ green 126 ◦ blue 119

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

Shades of Surfie Green #147E77

Tints of Surfie Green #147E77

RGB

 RED value IS 20 (8.2% from 255) = 7.55%

 GREEN value IS 126 (49.61% from 255) = 47.55%

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

R = 7.55%
G = 47.55%
B = 44.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#147E77 (or 0x147E77) is known color: Surfie Green. HEX triplet: 14, 7E and 77. RGB value is (20,126,119). Sum of RGB (Red+Green+Blue) = 20+126+119=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #147E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E77 is #EB8188. Grayscale: #5D5D5D. Windows color (decimal): -15434121 or 7831060. OLE color: 7831060.

HSL color Cylindrical-coordinate representation of color #147E77: hue angle of 176.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E77 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 126 119 -
CMYK 0.84 0 0.06 0.51
HSL 176.04º 0.73% 0.29% -
HSV(B) 176.04º 0.84% 0.49% -
XYZ 11.08 16.4 20.03 -
YUV 93.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 20 126 119 0.84 0 0.06 0.51 176.04 0.73 0.29
Hex 14 7E 77 54 0 6 33 B0 49 1D
Octal 24 176 167 124 0 6 63 260 111 35
Binary 10100 1111110 1110111 1010100 0 110 110011 10110000 1001001 11101

Color Harmonies of #147E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E77

Black with #147E77

Text Example


Text Example

White with #147E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147E77; }

 p { color: rgb(20,126,119); }

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

background-color css

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

 a { background-color: rgb(20,126,119); }

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

border-color css

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

 span { border-color: rgb(20,126,119); }

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