Html Css Color HEX #127978 Surfie Green

📋 copy color: '#127978'

red 18 ◦ green 121 ◦ blue 120

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

Shades of Surfie Green #127978

Tints of Surfie Green #127978

RGB

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

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

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

R = 6.95%
G = 46.72%
B = 46.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#127978 (or 0x127978) is known color: Surfie Green. HEX triplet: 12, 79 and 78. RGB value is (18,121,120). Sum of RGB (Red+Green+Blue) = 18+121+120=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #127978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127978 is #ED8687. Grayscale: #595959. Windows color (decimal): -15566472 or 7895314. OLE color: 7895314.

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

Color convert

RGB 18 121 120 -
CMYK 0.85 0 0.01 0.53
HSL 179.42º 0.74% 0.27% -
HSV(B) 179.42º 0.85% 0.47% -
XYZ 10.48 15.16 20.14 -
YUV 90.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 18 121 120 0.85 0 0.01 0.53 179.42 0.74 0.27
Hex 12 79 78 55 0 1 35 B3 4A 1B
Octal 22 171 170 125 0 1 65 263 112 33
Binary 10010 1111001 1111000 1010101 0 1 110101 10110011 1001010 11011

Color Harmonies of #127978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127978

Black with #127978

Text Example


Text Example

White with #127978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127978; }

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

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

background-color css

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

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

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

border-color css

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

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

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