Html Css Color HEX #147978 Surfie Green

📋 copy color: '#147978'

red 20 ◦ green 121 ◦ blue 120

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

Shades of Surfie Green #147978

Tints of Surfie Green #147978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 7.66%
G = 46.36%
B = 45.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#147978 (or 0x147978) is known color: Surfie Green. HEX triplet: 14, 79 and 78. RGB value is (20,121,120). Sum of RGB (Red+Green+Blue) = 20+121+120=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #147978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147978 is #EB8687. Grayscale: #5A5A5A. Windows color (decimal): -15435400 or 7895316. OLE color: 7895316.

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

Color convert

RGB 20 121 120 -
CMYK 0.83 0 0.01 0.53
HSL 179.41º 0.72% 0.28% -
HSV(B) 179.41º 0.83% 0.47% -
XYZ 10.52 15.18 20.14 -
YUV 90.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 20 121 120 0.83 0 0.01 0.53 179.41 0.72 0.28
Hex 14 79 78 53 0 1 35 B3 48 1C
Octal 24 171 170 123 0 1 65 263 110 34
Binary 10100 1111001 1111000 1010011 0 1 110101 10110011 1001000 11100

Color Harmonies of #147978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147978

Black with #147978

Text Example


Text Example

White with #147978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147978; }

 p { color: rgb(20,121,120); }

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

background-color css

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

 a { background-color: rgb(20,121,120); }

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

border-color css

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

 span { border-color: rgb(20,121,120); }

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