Html Css Color HEX #128279 Surfie Green

📋 copy color: '#128279'

red 18 ◦ green 130 ◦ blue 121

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

Shades of Surfie Green #128279

Tints of Surfie Green #128279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

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

R = 6.69%
G = 48.33%
B = 44.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#128279 (or 0x128279) is known color: Surfie Green. HEX triplet: 12, 82 and 79. RGB value is (18,130,121). Sum of RGB (Red+Green+Blue) = 18+130+121=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #128279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128279 is #ED7D86. Grayscale: #5F5F5F. Windows color (decimal): -15564167 or 7963154. OLE color: 7963154.

HSL color Cylindrical-coordinate representation of color #128279: hue angle of 175.18º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128279 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 121 -
CMYK 0.86 0 0.07 0.49
HSL 175.18º 0.76% 0.29% -
HSV(B) 175.18º 0.86% 0.51% -
XYZ 11.68 17.47 20.85 -
YUV 95.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 18 130 121 0.86 0 0.07 0.49 175.18 0.76 0.29
Hex 12 82 79 56 0 7 31 AF 4C 1D
Octal 22 202 171 126 0 7 61 257 114 35
Binary 10010 10000010 1111001 1010110 0 111 110001 10101111 1001100 11101

Color Harmonies of #128279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128279

Black with #128279

Text Example


Text Example

White with #128279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128279; }

 p { color: rgb(18,130,121); }

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

background-color css

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

 a { background-color: rgb(18,130,121); }

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

border-color css

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

 span { border-color: rgb(18,130,121); }

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