Html Css Color HEX #128078 Surfie Green

📋 copy color: '#128078'

red 18 ◦ green 128 ◦ blue 120

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

Shades of Surfie Green #128078

Tints of Surfie Green #128078

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

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

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

R = 6.77%
G = 48.12%
B = 45.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#128078 (or 0x128078) is known color: Surfie Green. HEX triplet: 12, 80 and 78. RGB value is (18,128,120). Sum of RGB (Red+Green+Blue) = 18+128+120=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #128078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128078 is #ED7F87. Grayscale: #5E5E5E. Windows color (decimal): -15564680 or 7897106. OLE color: 7897106.

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

Color convert

RGB 18 128 120 -
CMYK 0.86 0 0.06 0.50
HSL 175.64º 0.75% 0.29% -
HSV(B) 175.64º 0.86% 0.5% -
XYZ 11.36 16.92 20.44 -
YUV 94.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 18 128 120 0.86 0 0.06 0.50 175.64 0.75 0.29
Hex 12 80 78 56 0 6 32 B0 4B 1D
Octal 22 200 170 126 0 6 62 260 113 35
Binary 10010 10000000 1111000 1010110 0 110 110010 10110000 1001011 11101

Color Harmonies of #128078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128078

Black with #128078

Text Example


Text Example

White with #128078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128078; }

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

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

background-color css

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

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

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

border-color css

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

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

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