Html Css Color HEX #127C7A Surfie Green

📋 copy color: '#127C7A'

red 18 ◦ green 124 ◦ blue 122

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

Shades of Surfie Green #127C7A

Tints of Surfie Green #127C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.21%

R = 6.82%
G = 46.97%
B = 46.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#127C7A (or 0x127C7A) is known color: Surfie Green. HEX triplet: 12, 7C and 7A. RGB value is (18,124,122). Sum of RGB (Red+Green+Blue) = 18+124+122=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #127C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C7A is #ED8385. Grayscale: #5B5B5B. Windows color (decimal): -15565702 or 8027154. OLE color: 8027154.

HSL color Cylindrical-coordinate representation of color #127C7A: hue angle of 178.87º 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 #127C7A is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 122 -
CMYK 0.85 0 0.02 0.51
HSL 178.87º 0.75% 0.28% -
HSV(B) 178.87º 0.85% 0.49% -
XYZ 10.97 15.95 20.91 -
YUV 92.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 18 124 122 0.85 0 0.02 0.51 178.87 0.75 0.28
Hex 12 7C 7A 55 0 2 33 B3 4B 1C
Octal 22 174 172 125 0 2 63 263 113 34
Binary 10010 1111100 1111010 1010101 0 10 110011 10110011 1001011 11100

Color Harmonies of #127C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C7A

Black with #127C7A

Text Example


Text Example

White with #127C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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