Html Css Color HEX #127C77 Surfie Green

📋 copy color: '#127C77'

red 18 ◦ green 124 ◦ blue 119

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

Shades of Surfie Green #127C77

Tints of Surfie Green #127C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.51%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 6.9%
G = 47.51%
B = 45.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#127C77 (or 0x127C77) is known color: Surfie Green. HEX triplet: 12, 7C and 77. RGB value is (18,124,119). Sum of RGB (Red+Green+Blue) = 18+124+119=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #127C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C77 is #ED8388. Grayscale: #5B5B5B. Windows color (decimal): -15565705 or 7830546. OLE color: 7830546.

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

Color convert

RGB 18 124 119 -
CMYK 0.85 0 0.04 0.51
HSL 177.17º 0.75% 0.28% -
HSV(B) 177.17º 0.85% 0.49% -
XYZ 10.79 15.88 19.95 -
YUV 91.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 18 124 119 0.85 0 0.04 0.51 177.17 0.75 0.28
Hex 12 7C 77 55 0 4 33 B1 4B 1C
Octal 22 174 167 125 0 4 63 261 113 34
Binary 10010 1111100 1110111 1010101 0 100 110011 10110001 1001011 11100

Color Harmonies of #127C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C77

Black with #127C77

Text Example


Text Example

White with #127C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,119); }

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

background-color css

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

 a { background-color: rgb(18,124,119); }

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

border-color css

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

 span { border-color: rgb(18,124,119); }

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