Html Css Color HEX #127E79 Surfie Green

📋 copy color: '#127E79'

red 18 ◦ green 126 ◦ blue 121

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

Shades of Surfie Green #127E79

Tints of Surfie Green #127E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.55%

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

R = 6.79%
G = 47.55%
B = 45.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#127E79 (or 0x127E79) is known color: Surfie Green. HEX triplet: 12, 7E and 79. RGB value is (18,126,121). Sum of RGB (Red+Green+Blue) = 18+126+121=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #127E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E79 is #ED8186. Grayscale: #5D5D5D. Windows color (decimal): -15565191 or 7962130. OLE color: 7962130.

HSL color Cylindrical-coordinate representation of color #127E79: hue angle of 177.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E79 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 126 121 -
CMYK 0.86 0 0.04 0.51
HSL 177.22º 0.75% 0.28% -
HSV(B) 177.22º 0.86% 0.49% -
XYZ 11.16 16.43 20.67 -
YUV 93.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 18 126 121 0.86 0 0.04 0.51 177.22 0.75 0.28
Hex 12 7E 79 56 0 4 33 B1 4B 1C
Octal 22 176 171 126 0 4 63 261 113 34
Binary 10010 1111110 1111001 1010110 0 100 110011 10110001 1001011 11100

Color Harmonies of #127E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E79

Black with #127E79

Text Example


Text Example

White with #127E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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