Html Css Color HEX #148078 Surfie Green

📋 copy color: '#148078'

red 20 ◦ green 128 ◦ blue 120

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

Shades of Surfie Green #148078

Tints of Surfie Green #148078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 7.46%
G = 47.76%
B = 44.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#148078 (or 0x148078) is known color: Surfie Green. HEX triplet: 14, 80 and 78. RGB value is (20,128,120). Sum of RGB (Red+Green+Blue) = 20+128+120=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #148078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148078 is #EB7F87. Grayscale: #5E5E5E. Windows color (decimal): -15433608 or 7897108. OLE color: 7897108.

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

Color convert

RGB 20 128 120 -
CMYK 0.84 0 0.06 0.50
HSL 175.56º 0.73% 0.29% -
HSV(B) 175.56º 0.84% 0.5% -
XYZ 11.4 16.94 20.44 -
YUV 94.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 20 128 120 0.84 0 0.06 0.50 175.56 0.73 0.29
Hex 14 80 78 54 0 6 32 B0 49 1D
Octal 24 200 170 124 0 6 62 260 111 35
Binary 10100 10000000 1111000 1010100 0 110 110010 10110000 1001001 11101

Color Harmonies of #148078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148078

Black with #148078

Text Example


Text Example

White with #148078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148078; }

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

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

background-color css

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

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

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

border-color css

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

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

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